From bb9c451b51e1452294bf023f52f7a4630304f4e0 2007-05-02 17:58:48 From: vivainio Date: 2007-05-02 17:58:48 Subject: [PATCH] add scipy to start menu --- diff --git a/scripts/ipython_win_post_install.py b/scripts/ipython_win_post_install.py index 1b51bef..248df5c 100755 --- a/scripts/ipython_win_post_install.py +++ b/scripts/ipython_win_post_install.py @@ -54,6 +54,10 @@ def install(): a = prefix + r'\scripts\ipython -p sh' mkshortcut(python,'IPython command prompt mode',f,a) + f = ip_dir + r'\scipy.lnk' + a = prefix + r'\scripts\ipython -pylab -p scipy' + mkshortcut(python,'IPython scipy profile',f,a) + # Create documentation shortcuts ... t = prefix + r'\share\doc\ipython-%s\manual.pdf' % version f = ip_dir + r'\Manual in PDF.lnk'