Created
July 4, 2018 10:30
-
-
Save ciarancourtney/b565e067857d265db703b2dc52981bff to your computer and use it in GitHub Desktop.
Fix pip on old python2.7 system installs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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