Skip to content

Instantly share code, notes, and snippets.

@spidezad
Created December 9, 2019 14:25
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 spidezad/99e889feea264144ccf3317c27c33a6d to your computer and use it in GitHub Desktop.
Save spidezad/99e889feea264144ccf3317c27c33a6d to your computer and use it in GitHub Desktop.
Mac OS virtualenv Python issue
#pip suddenly not working (SSL related)
brew reinstall python3
link: https://stackoverflow.com/questions/58280484/ssl-module-in-python-is-not-available-on-osx
# if python2 on os
curl https://bootstrap.pypa.io/get-pip.py | sudo python2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment