mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-12 11:45:38 +08:00
Merge pull request #2295 from benjiec/pip-install-from-git
allow pip install from github repository directly
This commit is contained in:
commit
e54ce19728
2
setup.py
2
setup.py
@ -80,7 +80,7 @@ pjoin = os.path.join
|
|||||||
|
|
||||||
def cleanup():
|
def cleanup():
|
||||||
"""Clean up the junk left around by the build process"""
|
"""Clean up the junk left around by the build process"""
|
||||||
if "develop" not in sys.argv:
|
if "develop" not in sys.argv and "egg_info" not in sys.argv:
|
||||||
try:
|
try:
|
||||||
shutil.rmtree('ipython.egg-info')
|
shutil.rmtree('ipython.egg-info')
|
||||||
except:
|
except:
|
||||||
|
Loading…
Reference in New Issue
Block a user