Installing Pip3 for Ubuntu
All too often I find myself just looking for the simple instruction on what’s needed to install pip3 on Ubuntu. Well here it is:
sudo apt install python3-pip
FYI: Python2 is being marked end of life on January 1st, 2020
Installing Pip2 for Python2
If you want to install pip for Python2 you can run this:
sudo apt install python-pip