##// END OF EJS Templates
Merge pull request #1128 from minrk/pylab...
Min RK -
r5708:d6447c1d merge
parent child Browse files
Show More
@@ -95,8 +95,8 b' def install():'
95 95 # mkshortcut(python, 'IPython (command prompt mode)', link, cmd, workdir)
96 96
97 97 link = pjoin(ip_start_menu, 'pylab.lnk')
98 cmd = '"%s" profile=pylab --init' % ipybase
99 mkshortcut(python, 'IPython (pylab profile)', link, cmd, workdir)
98 cmd = '"%s" --pylab' % ipybase
99 mkshortcut(python, 'IPython (pylab mode)', link, cmd, workdir)
100 100
101 101 link = pjoin(ip_start_menu, 'ipcontroller.lnk')
102 102 cmdbase = suffix(pjoin(scripts, 'ipcontroller'))
1 NO CONTENT: file was removed
General Comments 0
You need to be logged in to leave comments. Login now