Skip to content

Commit c97ac2e

Browse files
authored
Merge pull request #9 from WebODM/winfix
Windows Fixes
2 parents 4a3cbde + e54a017 commit c97ac2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

win32env.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ set PYTHONHOME=
3838
if defined _OLD_VIRTUAL_PATH set PATH=%_OLD_VIRTUAL_PATH%
3939
if 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
4444
if defined _OLD_CODEPAGE (

0 commit comments

Comments
 (0)