Score:0

Python -m venv installs a version of pip that is not upgraded. How can I upgrade it?

cn flag

I often recur to the -m venv option to isolate my working environment. Python has been installed using pyenv.

However, since I have migrated to Ubuntu, I noticed a strange behaviour with the Pip command not being upgraded to the most recent version. This is strange; if - in a brand new terminal - I run something like pythom -m pip -V to date, I get the 21.3.1 version. A pip install --upgrade pip confirm pip being updated to the most recent version. That said, immediately after creating a new virtual environment, the version is not the same.

I think I have looked through all the possible sources where the Pip might be, and all of them seems to be upgraded. So my question is, from where is this stale version retrieved?

Thanks

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.