Created
March 22, 2024 01:27
-
-
Save danielrmeyer/212d6b4e622605878544b33927592e66 to your computer and use it in GitHub Desktop.
Dependencies to build python on ubuntu
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
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