##// END OF EJS Templates
add scipy to start menu
vivainio -
Show More
@@ -54,6 +54,10 b' def install():'
54 54 a = prefix + r'\scripts\ipython -p sh'
55 55 mkshortcut(python,'IPython command prompt mode',f,a)
56 56
57 f = ip_dir + r'\scipy.lnk'
58 a = prefix + r'\scripts\ipython -pylab -p scipy'
59 mkshortcut(python,'IPython scipy profile',f,a)
60
57 61 # Create documentation shortcuts ...
58 62 t = prefix + r'\share\doc\ipython-%s\manual.pdf' % version
59 63 f = ip_dir + r'\Manual in PDF.lnk'
General Comments 0
You need to be logged in to leave comments. Login now