sudo apt-get update
sudo apt-get install python-pip
#Do this first
sudo apt-get update
#Python 2
sudo apt-get install python-pip
#Python 3
sudo apt-get install python3-pip
sudo apt-get update
sudo apt-get install python-pip //If it doesnt work > remove the last "-"