Skip to content

Instantly share code, notes, and snippets.

@momirjalili
Created June 28, 2017 13:06
Show Gist options
  • Save momirjalili/21d33a667a037460ae08d6e2690d3f11 to your computer and use it in GitHub Desktop.
Save momirjalili/21d33a667a037460ae08d6e2690d3f11 to your computer and use it in GitHub Desktop.
install python 2.7.13 with pyenv on debian
sudo apt-get install -y make build-essential libssl-dev zlib1g-dev libbz2-dev \
libreadline-dev libsqlite3-dev wget curl llvm libncurses5-dev libncursesw5-dev \
xz-utils tk-dev
CONFIGURE_OPTS="--enable-unicode=ucs4 --with-dbmliborder=bdb:gdbm --with-system-expat --with-system-ffi --with-fpectl --e
nable-ipv6" pyenv install 2.7.13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment