Python
Installation on Ubuntu
Virtual environments are great. Best to use them right out of the gate, as Ubuntu apparently has hacked up their version.
sudo apt update sudo apt install virtualenv virtualenv my_python source my_pyton/bin/activate pip install --upgrade pip