Show More
@@ -246,7 +246,6 b' def find_scripts(entry_points=False):' | |||||
246 | if entry_points: |
|
246 | if entry_points: | |
247 | console_scripts = [ |
|
247 | console_scripts = [ | |
248 | 'ipython = IPython.frontend.terminal.ipapp:launch_new_instance', |
|
248 | 'ipython = IPython.frontend.terminal.ipapp:launch_new_instance', | |
249 | 'ipython-notebook = IPython.frontend.html.notebook.notebookapp:launch_new_instance', |
|
|||
250 | 'pycolor = IPython.utils.PyColorize:main', |
|
249 | 'pycolor = IPython.utils.PyColorize:main', | |
251 | 'ipcontroller = IPython.parallel.apps.ipcontrollerapp:launch_new_instance', |
|
250 | 'ipcontroller = IPython.parallel.apps.ipcontrollerapp:launch_new_instance', | |
252 | 'ipengine = IPython.parallel.apps.ipengineapp:launch_new_instance', |
|
251 | 'ipengine = IPython.parallel.apps.ipengineapp:launch_new_instance', | |
@@ -268,7 +267,6 b' def find_scripts(entry_points=False):' | |||||
268 | pjoin(parallel_scripts, 'ipcluster'), |
|
267 | pjoin(parallel_scripts, 'ipcluster'), | |
269 | pjoin(parallel_scripts, 'iplogger'), |
|
268 | pjoin(parallel_scripts, 'iplogger'), | |
270 | pjoin(main_scripts, 'ipython'), |
|
269 | pjoin(main_scripts, 'ipython'), | |
271 | pjoin(main_scripts, 'ipython-notebook'), |
|
|||
272 | pjoin(main_scripts, 'pycolor'), |
|
270 | pjoin(main_scripts, 'pycolor'), | |
273 | pjoin(main_scripts, 'irunner'), |
|
271 | pjoin(main_scripts, 'irunner'), | |
274 | pjoin(main_scripts, 'iptest') |
|
272 | pjoin(main_scripts, 'iptest') |
General Comments 0
You need to be logged in to leave comments.
Login now