Skip to content

Instantly share code, notes, and snippets.

@ciarancourtney
Created July 4, 2018 10:30
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 ciarancourtney/b565e067857d265db703b2dc52981bff to your computer and use it in GitHub Desktop.
Save ciarancourtney/b565e067857d265db703b2dc52981bff to your computer and use it in GitHub Desktop.
Fix pip on old python2.7 system installs
# fix pip
curl https://bootstrap.pypa.io/ez_setup.py | sudo python2.7
sudo python2.7 -m pip install -U pip
sudo pip2.7 install -U setuptools
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment