Skip to content

Instantly share code, notes, and snippets.

@cwisecarver
Forked from amontalenti/install.sh
Last active March 6, 2018 20:56
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 cwisecarver/4a9523fb9bc44a637c92e617c26bce84 to your computer and use it in GitHub Desktop.
Save cwisecarver/4a9523fb9bc44a637c92e617c26bce84 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"
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