16 Comments
User's avatar
⭠ Return to thread
James's avatar

I've followed your install instructions as closely as possible (looks like the installer layout may have changed very slightly) and everything is going well. I also followed all the instructions on setting up virtual environments from your other article.

When I activate an environment then install a package with pip, I get a notice saying "A new release of pip is available: 23.2.1 -> 23.3.1" then on the next line "To update, run: python.exe -m pip install --upgrade pip". This works just fine, but it only upgrades pip for that virtual environment. Is there a way to upgrade pip so that newly created environments "inherit" the newest version of pip when they are created? "Inherit" probably isn't the right term but hopefully it makes the point.

Bite Code!'s avatar

Unfortunatly no. That would be a great feature.