Skip to content

Instantly share code, notes, and snippets.

@nonohry
Last active October 8, 2018 11:32
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 nonohry/1ae38615a29b97b2b099aaf0b0353ad9 to your computer and use it in GitHub Desktop.
Save nonohry/1ae38615a29b97b2b099aaf0b0353ad9 to your computer and use it in GitHub Desktop.
easy_install pip fails on MacOS
#You may need to do this as user root:
curl https://bootstrap.pypa.io/get-pip.py | python
#to confirm it is working:
pip install --upgrade pip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment