Skip to content

Instantly share code, notes, and snippets.

@rothwerx
Created December 4, 2017 21:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rothwerx/ebef10660b42ae4e3235f47b0236b518 to your computer and use it in GitHub Desktop.
Save rothwerx/ebef10660b42ae4e3235f47b0236b518 to your computer and use it in GitHub Desktop.
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