Created
March 28, 2019 09:15
-
-
Save ppeeou/3bd7a7ffff5c930dd352a4931d2bb825 to your computer and use it in GitHub Desktop.
python install
This file contains 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
## ssl issue | |
apt-get install libssl-dev libncurses5-dev libsqlite3-dev libreadline-dev libtk8.5 libgdm-dev libdb4o-cil-dev libpcap-dev -y | |
## python version 3.6.8 | |
wget https://www.python.org/ftp/python/3.6.8/Python-3.6.8.tar.xz | |
tar -xf Python-3.6.8.tar.xz | |
/tmp/python-temp/Python-3.6.8/configure --enable-loadable-sqlite-extensions && \ | |
make && make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment