Skip to content

Instantly share code, notes, and snippets.

@hellconnon
Forked from Adron/install-python-essentials.sh
Created November 19, 2022 02:37
Show Gist options
  • Save hellconnon/97ba91d9224a2df17337327d0c824ae7 to your computer and use it in GitHub Desktop.
Save hellconnon/97ba91d9224a2df17337327d0c824ae7 to your computer and use it in GitHub Desktop.
Ubuntu Linux - Install Python Essentials
sudo apt-get update
sudo apt-get -y upgrade
sudo apt-get install build-essential checkinstall libffi-dev python-dev
sudo apt-get install libreadline-gplv2-dev libncursesw5-dev libssl-dev libsqlite3-dev tk-dev libgdbm-dev libc6-dev libbz2-dev
// https://pip.pypa.io/en/stable/installing/#installing-with-get-pip-py
// https://pip.pypa.io/en/stable/installing/#using-linux-package-managers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment