Score:0

I can't use python pip to download any tools and I don't know why

fr flag

here's a picture of the error I get and the python installations i have, I tried to delete python7.2 and it seems like it's not working.. any help is highly appreciated enter image description here

Score:3
ni flag

The package name is python3-pip:

$ sudo apt install python3-pip

You can also use get-pip.py to install pip:

$ curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
$ python get-pip.py

After installation was finished you can use pip to install your desired packages. for example:

$ pip3 install virtualenv
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.