pyenv指令筆記
MAC底下安裝
記得先裝xcode command line tools
pyenv會裝到/usr/local/opt/pyenv1brew install pyenv
修改bash_profile加上1eval "$(pyenv init -)"
指令
|
|
Some Error Handling
The Python ssl extension was not compiled. Missing the OpenSSL lib123CFLAGS="-I$(brew --prefix openssl)/include" \LDFLAGS="-L$(brew --prefix openssl)/lib" \pyenv install -v 3.4.2
Build failed: “ERROR: The Python zlib extension was not compiled. Missing the zlib?”1xcode-select --install