Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 62401d6

Browse files
authored
Update make.py
1 parent 49e89d6 commit 62401d6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

make.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -552,8 +552,7 @@ def _create_batch_scripts_initial(self):
552552
set JUPYTER_DATA_DIR=%HOME%
553553
set WINPYARCH=WIN32
554554
if "%WINPYDIR:~-5%"=="amd64" set WINPYARCH=WIN-AMD64
555-
if "%WINPYARCH%"=="WIN32" set FINDDIR=%WINDIR%\system32
556-
if not "%WINPYARCH%"=="WIN32" set FINDDIR=%WINDIR%\syswow64
555+
set FINDDIR=%WINDIR%\system32
557556
echo ;%PATH%; | %FINDDIR%\find.exe /C /I ";%WINPYDIR%\;" >nul
558557
if %ERRORLEVEL% NEQ 0 set PATH=""" + path + r"""
559558

0 commit comments

Comments
 (0)