FFY00 · GitHub

Feature or enhancement

Proposal:

Environment paths change between minor Python version. When a virtual environment's base Python installation gets updated, the site-packages directories, for eg, will be different, meaning Python won't be able to access any previously installed packages (nor would we want to, as they may be incompatible).

On these situations, we could issue a warning suggesting the user to run python -m venv --upgrade.

Has this already been discussed elsewhere?

No response given

Links to previous discussion of this feature:

No response

Linked PRs

Read the original on github.com ↗