Skip to content

Instantly share code, notes, and snippets.

@ppeeou
Created March 28, 2019 09:15
Show Gist options
  • Save ppeeou/3bd7a7ffff5c930dd352a4931d2bb825 to your computer and use it in GitHub Desktop.
Save ppeeou/3bd7a7ffff5c930dd352a4931d2bb825 to your computer and use it in GitHub Desktop.
python install
## 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