-
-
Notifications
You must be signed in to change notification settings - Fork 33.2k
Open
Labels
stdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytopic-venvRelated to the venv moduleRelated to the venv moduletype-featureA feature request or enhancementA feature request or enhancement
Description
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
Metadata
Metadata
Assignees
Labels
stdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytopic-venvRelated to the venv moduleRelated to the venv moduletype-featureA feature request or enhancementA feature request or enhancement