File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -515,11 +515,11 @@ def _create_launchers(self):
515
515
"""Create launchers"""
516
516
self ._print ("Creating launchers" )
517
517
self .create_launcher ('WinPython Command Prompt.exe' , 'cmd.ico' ,
518
+ command = '$SYSDIR\cmd.exe' ,
519
+ args = '/k' , workdir = '${WINPYDIR}' )
520
+ self .create_launcher ('WinPython Interpreter.exe' , 'python.ico' ,
518
521
command = r'${WINPYDIR}\Scripts\ptpython.exe' ,
519
- args = '/k' , workdir = r'${WINPYDIR}\Scripts' )
520
- # command='$SYSDIR\cmd.exe',
521
- # args='/k', workdir='${WINPYDIR}')
522
- self .create_launcher ('WinPython Interpreter.exe' , 'python.ico' )
522
+ workdir = r'${WINPYDIR}\Scripts' )
523
523
#self.create_launcher('IDLE (Python GUI).exe', 'python.ico',
524
524
# args='idle.pyw',
525
525
# workdir='${WINPYDIR}\Lib\idlelib')
You can’t perform that action at this time.
0 commit comments