Show More
@@ -70,10 +70,6 b' def install():' | |||
|
70 | 70 | cmd = '"%s" -pylab -p scipy' % ipybase |
|
71 | 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 | 73 | link = pjoin(ip_start_menu, 'ipcontroller.lnk') |
|
78 | 74 | cmd = '"%s" -xy' % pjoin(scripts, 'ipcontroller') |
|
79 | 75 | mkshortcut(python,'IPython controller',link,cmd) |
General Comments 0
You need to be logged in to leave comments.
Login now