##// END OF EJS Templates
sci profile => scipy profile
vivainio -
Show More
@@ -55,7 +55,7 b' def install():'
55 mkshortcut(python,'IPython command prompt mode',f,a)
55 mkshortcut(python,'IPython command prompt mode',f,a)
56
56
57 f = ip_dir + r'\scipy.lnk'
57 f = ip_dir + r'\scipy.lnk'
58 a = prefix + r'\scripts\ipython -pylab -p sci'
58 a = prefix + r'\scripts\ipython -pylab -p scipy'
59 mkshortcut(python,'IPython scipy profile',f,a)
59 mkshortcut(python,'IPython scipy profile',f,a)
60
60
61 # Create documentation shortcuts ...
61 # Create documentation shortcuts ...
General Comments 0
You need to be logged in to leave comments. Login now