Show More
@@ -69,11 +69,7 b' def install():' | |||||
69 | link = pjoin(ip_start_menu, 'scipy.lnk') |
|
69 | link = pjoin(ip_start_menu, 'scipy.lnk') | |
70 | cmd = '"%s" -pylab -p scipy' % ipybase |
|
70 | cmd = '"%s" -pylab -p scipy' % ipybase | |
71 | mkshortcut(python,'IPython (scipy profile)',link,cmd) |
|
71 | mkshortcut(python,'IPython (scipy profile)',link,cmd) | |
72 |
|
72 | |||
73 | link = pjoin(ip_start_menu, 'IPython test suite.lnk') |
|
|||
74 | cmd = '"%s" -vv' % pjoin(scripts, 'iptest') |
|
|||
75 | mkshortcut(python,'Run the IPython test suite',link,cmd) |
|
|||
76 |
|
||||
77 | link = pjoin(ip_start_menu, 'ipcontroller.lnk') |
|
73 | link = pjoin(ip_start_menu, 'ipcontroller.lnk') | |
78 | cmd = '"%s" -xy' % pjoin(scripts, 'ipcontroller') |
|
74 | cmd = '"%s" -xy' % pjoin(scripts, 'ipcontroller') | |
79 | mkshortcut(python,'IPython controller',link,cmd) |
|
75 | mkshortcut(python,'IPython controller',link,cmd) |
General Comments 0
You need to be logged in to leave comments.
Login now