Skip to content

Instantly share code, notes, and snippets.

@moylop260
Created January 28, 2021 03:34
Show Gist options
  • Save moylop260/eaff697443b523a5e17f9962b7e3a929 to your computer and use it in GitHub Desktop.
Save moylop260/eaff697443b523a5e17f9962b7e3a929 to your computer and use it in GitHub Desktop.
brew install openssl zlib
alias pyenv_install_py37='env SDKROOT="/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk" CFLAGS="-I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.0.sdk/usr/include" CPPFLAGS="-I/usr/local/opt/zlib/include -I/usr/local/opt/zlib/include" LDFLAGS="-L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib" pyenv install 3.7.8'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment