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 @@ -181,7 +181,7 @@ I use the following batch file `cmd64.bat` to start cmd.exe. I do this to reduc
181181setlocal
182182if NOT EXIST c:\Python39\python3.exe copy c:\Python39\python.exe c:\Python39\python3.exe
183183set "P="
184- set "P=%P%C:\Python39\;C:\Python39\Scripts;%USERPROFILE%\AppData\Roaming\Python\Python39" # DOS Python3
184+ set "P=%P%C:\Python39\;C:\Python39\Scripts;%USERPROFILE%\AppData\Roaming\Python\Python39; " # DOS Python3
185185set "P=%P%c:\Program Files\cmake\bin;" # DOS cmake
186186set "P=%P%c:\msys64\usr\bin;" # OPTIONAL to run test suite msys2 make, bash etc
187187set "P=%P%c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin;"
Original file line number Diff line number Diff line change @@ -1192,7 +1192,7 @@ I use the following batch file `cmd64.bat` to start cmd.exe. I do this to reduc
11921192setlocal
11931193if NOT EXIST c:\Python39\python3.exe copy c:\Python39\python.exe c:\Python39\python3.exe
11941194set "P="
1195- set "P=%P%C:\Python39\;C:\Python39\Scripts;%USERPROFILE%\AppData\Roaming\Python\Python39" # DOS Python3
1195+ set "P=%P%C:\Python39\;C:\Python39\Scripts;%USERPROFILE%\AppData\Roaming\Python\Python39; " # DOS Python3
11961196set "P=%P%c:\Program Files\cmake\bin;" # DOS cmake
11971197set "P=%P%c:\msys64\usr\bin;" # OPTIONAL to run test suite msys2 make, bash etc
11981198set "P=%P%c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin;"
You can’t perform that action at this time.
0 commit comments