LoginSignup
4
2

More than 3 years have passed since last update.

MacのCatalinaさんでpyenv

Last updated at Posted at 2019-11-06

メモ

依存パッケージのインストール

brew install openssl readline sqlite3 xz zlib

CPPFLAGSを指定してpyenv install

env CPPFLAGS="-I$(brew --prefix zlib)/include -I$(brew --prefix openssl)/include" pyenv install 3.7.5
4
2
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
4
2