Created
April 29, 2023 16:21
-
-
Save tsundokul/b957c3fa4e8c9cf466d4b46b9f48c458 to your computer and use it in GitHub Desktop.
Required Ubuntu packages for building Python 3.11 from source
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 update | |
sudo apt-get install -y build-essential python3-dev libffi-dev \ | |
libssl-dev zlib1g-dev sqlite3 libsqlite3-dev liblzma-dev libbz2-dev |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment