Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
Shell: Installing iPython in Python 2.7
# iPython 6 dropped support for Python 2.7
sudo pip install "pathlib2==2.1.0"
sudo pip install "ipython<6.0"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment