Skip to content

Instantly share code, notes, and snippets.

View cwisecarver's full-sized avatar

Chris Wisecarver cwisecarver

View GitHub Profile
@cwisecarver
cwisecarver / install.sh
Last active March 6, 2018 20:56 — forked from amontalenti/install.sh
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