Skip to content

Instantly share code, notes, and snippets.

@tsundokul
Created April 29, 2023 16:21
Show Gist options
  • Save tsundokul/b957c3fa4e8c9cf466d4b46b9f48c458 to your computer and use it in GitHub Desktop.
Save tsundokul/b957c3fa4e8c9cf466d4b46b9f48c458 to your computer and use it in GitHub Desktop.
Required Ubuntu packages for building Python 3.11 from source
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