8000 support installation on PC with ampersand (&) in their %PATH% · winpython/winpython@f2315d2 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f2315d2

Browse files
committed
support installation on PC with ampersand (&) in their %PATH%
solves #716
1 parent be5d6d4 commit f2315d2

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