Last active
June 25, 2016 12:30
-
-
Save Lh4cKg/3b73bf714a781024f48b89cf0ea145fb to your computer and use it in GitHub Desktop.
requirements python installation on ubuntu / 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
# ubutnu/debian Python installation requirements | |
sudo apt -y install build-essential checkinstall | |
sudo apt -y install libreadline-gplv2-dev libncursesw5-dev \ | |
libsqlite3-dev tk-dev libgdbm-dev libc6-dev | |
sudo apt -y install libjpeg-dev libpng-dev | |
sudo apt -y install zlib1g-dev libbz2-dev | |
sudo apt -y install krb5-multidev | |
sudo apt -y install openssl libssl-dev | |
sudo apt -y install libffi-dev | |
sudo apt -y install libgmp-dev |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment