mirror of
https://github.com/netinvent/npbackup.git
synced 2025-02-23 05:56:26 +08:00
Update default python path on windows
This commit is contained in:
parent
47f9d75d97
commit
556acea6ca
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
:: This is an example compiler script
|
||||
|
||||
SET PYTHON64=c:\python310-64\python.exe
|
||||
SET PYTHON64=c:\python311-64\python.exe
|
||||
SET PYTHON32=c:\python37-32\python.exe
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue