Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save pimterry/f3a443bf43e835414b5f05c56b1fcbcd to your computer and use it in GitHub Desktop.
Save pimterry/f3a443bf43e835414b5f05c56b1fcbcd to your computer and use it in GitHub Desktop.
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