Skip to content

Instantly share code, notes, and snippets.

@zh-f
Created September 2, 2020 05:54
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 zh-f/43f23bfc3b1f5830d2e2eca8f55dba47 to your computer and use it in GitHub Desktop.
Save zh-f/43f23bfc3b1f5830d2e2eca8f55dba47 to your computer and use it in GitHub Desktop.
Fix "pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available"
brew update && brew upgrade
brew uninstall --ignore-dependencies openssl;
brew install https://github.com/tebelorg/Tump/releases/download/v1.0.0/openssl.rb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment