LoginSignup
3
1

More than 3 years have passed since last update.

macOS Catalina で Python 3.5.3 未満をインストールする

Last updated at Posted at 2019-11-26

依存関係

  • Homebrew
  • pyenv(anyenv, asdf)

いそがしいぞ

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

なにこれ

  • Python 3.5.3 から OpenSSL 1.1.0 を使用しているらしい。(Python 3.5.3 未満は OpenSSL 1.1.0 でインストールできない?)
  • Homebrew では、現在 OpenSSL 1.1.0 しかインストールできない。
  • 無理やり Homebrew で OpenSSL 1.0.2 をインストールしている。
3
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
1