Pip is not installing on bash on ubuntu

Simply run

sudo apt-get update

and then

sudo apt-get install python3-pip

or python-pip depending on your version.

Apparently fresh install doesn't have full list of available packages cashed.


You can try

sudo apt-get clean

or

sudo apt-get autoclean

then

sudo apt-get -f install

it will resolve your problem