mirror of
https://github.com/jupyter/notebook.git
synced 2025-04-12 14:00:27 +08:00
Fixing a few bugs to get the win32 installer working again.
This commit is contained in:
parent
7b495ced75
commit
f50040feec
@ -256,7 +256,7 @@ def find_scripts():
|
||||
if len(sys.argv) > 2 and ('sdist' in sys.argv or 'bdist_rpm' in sys.argv):
|
||||
print >> sys.stderr,"ERROR: bdist_wininst must be run alone. Exiting."
|
||||
sys.exit(1)
|
||||
scripts.append(pjoin(main_scripts,'ipython_win_post_install.py'))
|
||||
scripts.append(pjoin('scripts','ipython_win_post_install.py'))
|
||||
|
||||
return scripts
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user