Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save danielrmeyer/212d6b4e622605878544b33927592e66 to your computer and use it in GitHub Desktop.
Save danielrmeyer/212d6b4e622605878544b33927592e66 to your computer and use it in GitHub Desktop.
Dependencies to build python on ubuntu
sudo apt-get install libbz2-dev
sudo apt-get install libncurses5-dev libncursesw5-dev
sudo apt-get install libffi-dev
sudo apt-get install libreadline-dev
sudo apt-get install libssl-dev
sudo apt-get install liblzma-dev
sudo apt-get install libsqlite3-dev
sudo apt-get install tk-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment