Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0e08d16 + 769bf80 commit 0283814Copy full SHA for 0283814
make.py
@@ -602,7 +602,7 @@ def _create_batch_scripts_initial(self):
602
self.create_batch_script('env_for_icons.bat', r"""@echo off
603
call %~dp0env.bat
604
set WINPYWORKDIR=%~dp0..\Notebooks
605
-FOR /F "delims=" %%i IN ('cscript /nologo WinpythonIni.vbs') DO set winpythontoexec=%%i
+FOR /F "delims=" %%i IN ('cscript /nologo "%~dp0WinpythonIni.vbs"') DO set winpythontoexec=%%i
606
%winpythontoexec%set winpythontoexec=
607
608
rem ******************
0 commit comments