We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 806dfd4 commit 87bfffdCopy full SHA for 87bfffd
1 file changed
make.py
@@ -515,11 +515,11 @@ def _create_launchers(self):
515
"""Create launchers"""
516
self._print("Creating launchers")
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',
521
command=r'${WINPYDIR}\Scripts\ptpython.exe',
- args='/k', workdir=r'${WINPYDIR}\Scripts')
- # command='$SYSDIR\cmd.exe',
- # args='/k', workdir='${WINPYDIR}')
522
- self.create_launcher('WinPython Interpreter.exe', 'python.ico')
+ workdir=r'${WINPYDIR}\Scripts')
523
#self.create_launcher('IDLE (Python GUI).exe', 'python.ico',
524
# args='idle.pyw',
525
# workdir='${WINPYDIR}\Lib\idlelib')
0 commit comments