8000 Merge pull request #718 from stonebig/master · enformatik/winpython@4276c73 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4276c73

Browse files
authored
Merge pull request winpython#718 from stonebig/master
support installation on PC with ampersand (&) in their %PATH%
2 parents 7f5c3a4 + f2315d2 commit 4276c73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -734,7 +734,7 @@ def _create_batch_scripts_initial(self):
734734
set WINPYARCH=WIN32
735735
if "%WINPYDIR:~-5%"=="amd64" set WINPYARCH=WIN-AMD64
736736
set FINDDIR=%WINDIR%\system32
737-
echo ;%PATH%; | %FINDDIR%\find.exe /C /I ";%WINPYDIR%\;" >nul
737+
echo ";%PATH%;" | %FINDDIR%\find.exe /C /I ";%WINPYDIR%\;" >nul
738738
if %ERRORLEVEL% NEQ 0 set PATH=""" + path + r"""
739739
740740
rem force default pyqt5 kit for Spyder if PyQt5 module is there

0 commit comments

Comments
 (0)
0