Skip to content

Instantly share code, notes, and snippets.

@nickwanhere
Created September 7, 2021 06:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nickwanhere/c97e1ee087ed85b4dcf1a28836f15620 to your computer and use it in GitHub Desktop.
Save nickwanhere/c97e1ee087ed85b4dcf1a28836f15620 to your computer and use it in GitHub Desktop.
Mac Big Sur Pyenv install 2.7.11
CFLAGS="-I$(brew --prefix readline)/include -I$(brew --prefix openssl)/include -I$(xcrun --show-sdk-path)/usr/include" \
LDFLAGS="-L$(brew --prefix readline)/lib -L$(brew --prefix openssl)/lib" \
PYTHON_CONFIGURE_OPTS=--enable-unicode=ucs2 \
pyenv install -v 2.7.11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment