“E: Unable to locate package python-pip” on Ubuntu 18.04 [duplicate]

Try following command sequence on Ubuntu terminal:

sudo apt-get install software-properties-common
sudo apt-add-repository universe
sudo apt-get update
sudo apt-get install python-pip

Leave a Comment