diff --git a/scripts/ipython_win_post_install.py b/scripts/ipython_win_post_install.py index fb1c2bc2d7c..45ef5f40dc9 100755 --- a/scripts/ipython_win_post_install.py +++ b/scripts/ipython_win_post_install.py @@ -69,11 +69,7 @@ def install(): link = pjoin(ip_start_menu, 'scipy.lnk') cmd = '"%s" -pylab -p scipy' % ipybase mkshortcut(python,'IPython (scipy profile)',link,cmd) - - link = pjoin(ip_start_menu, 'IPython test suite.lnk') - cmd = '"%s" -vv' % pjoin(scripts, 'iptest') - mkshortcut(python,'Run the IPython test suite',link,cmd) - + link = pjoin(ip_start_menu, 'ipcontroller.lnk') cmd = '"%s" -xy' % pjoin(scripts, 'ipcontroller') mkshortcut(python,'IPython controller',link,cmd)