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

Skip to content

Commit 66f5375

Browse files
author
stonebig
committed
Always Two They are
1 parent 129cba7 commit 66f5375

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
@@ -818,7 +818,7 @@ def _create_batch_scripts(self):
818818
self.create_batch_script('spyder_reset.bat',r"""@echo off
819819
call "%~dp0env_for_icons.bat"
820820
cd/D "%WINPYWORKDIR%"
821-
%WINPYDIR%\python.exe -m spyderlib.start_app --reset %*
821+
%WINPYDIR%\scripts\spyder.exe --reset %*
822822
""")
823823

824824
self.create_batch_script('ipython_notebook.bat',r"""@echo off

0 commit comments

Comments
 (0)