Skip to content

Commit

Permalink
re-enable install
Browse files Browse the repository at this point in the history
The Big Split is done enough that installation works again.
  • Loading branch information
minrk committed May 22, 2015
1 parent 14c1fae commit ef2eae5
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,23 +160,6 @@ def run(self):
'unsymlink': unsymlink,
}

### Temporarily disable install while it's broken during the big split
from textwrap import dedent
from distutils.command.install import install

class DisabledInstall(install):
def run(self):
msg = dedent("""
While we are in the midst of The Big Split,
IPython cannot be installed from master.
You can use `pip install -e .` for an editable install,
which still works.
""")
print(msg, file=sys.stderr)
raise SystemExit(1)

setup_args['cmdclass']['install'] = DisabledInstall


#---------------------------------------------------------------------------
# Handle scripts, dependencies, and setuptools specific things
Expand Down

0 comments on commit ef2eae5

Please sign in to comment.