Show More
@@ -10,7 +10,6 b' from __future__ import print_function' | |||||
10 | import os |
|
10 | import os | |
11 | import sys |
|
11 | import sys | |
12 | import shutil |
|
12 | import shutil | |
13 | import platform |
|
|||
14 |
|
13 | |||
15 | try: |
|
14 | try: | |
16 | import setuptools |
|
15 | import setuptools | |
@@ -118,14 +117,9 b' def install():' | |||||
118 | mkshortcut(python, 'IPython Notebook', ip_start_menu, |
|
117 | mkshortcut(python, 'IPython Notebook', ip_start_menu, | |
119 | arguments(scripts, 'ipython', 'notebook'), iconpath) |
|
118 | arguments(scripts, 'ipython', 'notebook'), iconpath) | |
120 |
|
119 | |||
121 | try: |
|
120 | mkshortcut(pythonw, 'IPython Documentation', ip_start_menu, | |
122 | import IPython |
|
121 | '-m webbrowser -t "http://ipython.org/documentation.html', | |
123 | mkshortcut(pythonw, 'IPython Documentation', ip_start_menu, |
|
122 | iconpath='url.dll') | |
124 | '-m webbrowser -t "http://ipython.org/ipython-doc/' |
|
|||
125 | 'rel-%s/index.html"' % IPython.__version__, |
|
|||
126 | iconpath='url.dll') |
|
|||
127 | except Exception: |
|
|||
128 | pass |
|
|||
129 |
|
123 | |||
130 | # Disable pysh Start item until the profile restores functionality |
|
124 | # Disable pysh Start item until the profile restores functionality | |
131 | # Most of this code is in IPython/deathrow, and needs to be updated |
|
125 | # Most of this code is in IPython/deathrow, and needs to be updated |
General Comments 0
You need to be logged in to leave comments.
Login now