Install Python less than 3.5.3 on macOS Catalina
Dependencies
- Homebrew
- pyenv(anyenv, asdf)
I'm busy
cd $(brew --prefix)/Library/Taps/homebrew/homebrew-core/Formula/
wget https://github.com/Homebrew/homebrew-core/raw/8b9d6d688f483a0f33fcfc93d433de501b9c3513/Formula/openssl.rb
HOMEBREW_NO_AUTO_UPDATE=1 brew install openssl
pyenv install 3.5.2
what's this
- It seems that you are using OpenSSL 1.1.0 from Python 3.5.3. (Can I install Python less than 3.5.3 with OpenSSL 1.1.0?)
- Homebrew currently only installs OpenSSL 1.1.0.
- Forcibly installed OpenSSL 1.0.2 with Homebrew.