File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ def dist():
168168 # Download portable python
169169 if not os .path .isdir ("python312" ):
170170 pythonzip_path = os .path .join ("SuperBuild" , "download" , "python312.zip" )
171- python_url = "https://github.com/WebODM/windows-deps/releases/download/v3.7.0/python-3.12.9-embed-amd64-less -pth.zip"
171+ python_url = "https://github.com/WebODM/windows-deps/releases/download/v3.7.0/python-3.12.9-embed-amd64-with -pth.zip"
172172 if not os .path .exists (pythonzip_path ):
173173 print ("Downloading %s" % python_url )
174174 with urllib .request .urlopen (python_url ) as response , open ( pythonzip_path , 'wb' ) as out_file :
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ set PYTHONHOME=
3838if defined _OLD_VIRTUAL_PATH set PATH = %_OLD_VIRTUAL_PATH%
3939if not defined _OLD_VIRTUAL_PATH set _OLD_VIRTUAL_PATH = %PATH%
4040
41- set PATH = %VIRTUAL_ENV% \Scripts; %PATH%
41+ set PATH = %VIRTUAL_ENV% \Scripts
4242
4343:END
4444if defined _OLD_CODEPAGE (
You can’t perform that action at this time.
0 commit comments