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

Skip to content

Commit 129cba7

Browse files
author
stonebig
committed
spyder has changed of launching method
so go back to spyder.exe
1 parent 7244799 commit 129cba7

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
@@ -812,7 +812,7 @@ def _create_batch_scripts(self):
812812
self.create_batch_script('spyder.bat',r"""@echo off
813813
call "%~dp0env_for_icons.bat"
814814
cd/D "%WINPYWORKDIR%"
815-
"%WINPYDIR%\python.exe" -m spyderlib.start_app %*
815+
"%WINPYDIR%\scripts\spyder.exe" %*
816816
""")
817817

818818
self.create_batch_script('spyder_reset.bat',r"""@echo off

0 commit comments

Comments
 (0)