Skip to content

Instantly share code, notes, and snippets.

@Lh4cKg
Last active June 25, 2016 12:30
Show Gist options
  • Save Lh4cKg/3b73bf714a781024f48b89cf0ea145fb to your computer and use it in GitHub Desktop.
Save Lh4cKg/3b73bf714a781024f48b89cf0ea145fb to your computer and use it in GitHub Desktop.
requirements python installation on ubuntu / debian
# 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