Skip to content

Instantly share code, notes, and snippets.

@amontalenti
Last active March 6, 2018 20:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save amontalenti/b734e5d51d25d6e0ab1353df36428085 to your computer and use it in GitHub Desktop.
Save amontalenti/b734e5d51d25d6e0ab1353df36428085 to your computer and use it in GitHub Desktop.
pyenv Python 2.7 install to match Ubuntu server settings
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