Forums

The pip doesn`t install

Hello I can`t install pip after I wrote sudo apt-get install python-pip system asked me about password

You need to use --user when installing, so you might go...

pip install requests --user

pip is already installed for you.

so write like this-sudo apt-get install requests python-pip --user?

pip is already pre-installed for you (you do not need to install it), just open a bash console and install what you need using pip as you normally would but adding the --user flag when you do it.

ok I understood thanx for help !