Reinstall openssl, then install Python

This commit is contained in:
Tom Parker-Shemilt 2020-03-15 12:49:28 +00:00
parent f53f4d3b81
commit ff8e16976c
1 changed files with 3 additions and 3 deletions

View File

@ -4,12 +4,12 @@ set -ex
export HOMEBREW_NO_INSTALL_CLEANUP=1 export HOMEBREW_NO_INSTALL_CLEANUP=1
# Python 3.7.4 with 10.12 bottle
brew upgrade https://raw.githubusercontent.com/Homebrew/homebrew-core/e9004bd764c9436750a50e0b428548f68fe6a38a/Formula/python.rb
# Reinstall openssl to fix Python pip install issues # Reinstall openssl to fix Python pip install issues
brew reinstall openssl@1.1 brew reinstall openssl@1.1
# Python 3.7.4 with 10.12 bottle
brew upgrade https://raw.githubusercontent.com/Homebrew/homebrew-core/e9004bd764c9436750a50e0b428548f68fe6a38a/Formula/python.rb
which python3 which python3
python3 --version python3 --version
which pip3 which pip3