-
-
Save cwisecarver/4a9523fb9bc44a637c92e617c26bce84 to your computer and use it in GitHub Desktop.
pyenv Python 2.7 install to match Ubuntu server settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export PYTHON_CONFIGURE_OPTS="--enable-ipv6\ | |
--enable-unicode=ucs4\ | |
--with-dbmliborder=bdb:gdbm\ | |
--with-system-expat\ | |
--with-system-ffi\ | |
--with-fpectl" | |
CFLAGS="-I$(brew --prefix openssl)/include" LDFLAGS="-L$(brew --prefix openssl)/lib" pyenv install -f 2.7.14 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment