Show More
@@ -54,6 +54,10 b' def install():' | |||||
54 | a = prefix + r'\scripts\ipython -p sh' |
|
54 | a = prefix + r'\scripts\ipython -p sh' | |
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' | |||
|
58 | a = prefix + r'\scripts\ipython -pylab -p scipy' | |||
|
59 | mkshortcut(python,'IPython scipy profile',f,a) | |||
|
60 | ||||
57 | # Create documentation shortcuts ... |
|
61 | # Create documentation shortcuts ... | |
58 | t = prefix + r'\share\doc\ipython-%s\manual.pdf' % version |
|
62 | t = prefix + r'\share\doc\ipython-%s\manual.pdf' % version | |
59 | f = ip_dir + r'\Manual in PDF.lnk' |
|
63 | f = ip_dir + r'\Manual in PDF.lnk' |
General Comments 0
You need to be logged in to leave comments.
Login now