Last active
March 6, 2018 20:56
-
-
Save amontalenti/b734e5d51d25d6e0ab1353df36428085 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" | |
pyenv install -f 2.7.14 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment