Skip to content

Commit 595b744

Browse files
committed
Merge pull request #255 from stonebig/master
WinPython Interpreter is ptpython
2 parents 060f253 + 87bfffd commit 595b744

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

make.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -515,11 +515,11 @@ def _create_launchers(self):
515515
"""Create launchers"""
516516
self._print("Creating launchers")
517517
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',
518521
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')
523523
#self.create_launcher('IDLE (Python GUI).exe', 'python.ico',
524524
# args='idle.pyw',
525525
# workdir='${WINPYDIR}\Lib\idlelib')

0 commit comments

Comments
 (0)