Created
December 9, 2019 14:25
-
-
Save spidezad/99e889feea264144ccf3317c27c33a6d to your computer and use it in GitHub Desktop.
Mac OS virtualenv Python issue
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
#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