Created
June 28, 2017 13:06
-
-
Save momirjalili/21d33a667a037460ae08d6e2690d3f11 to your computer and use it in GitHub Desktop.
install python 2.7.13 with pyenv on debian
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
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