--system-site-packages venv --user install does not recognize requirement already satisfied in PYTHONUSERBASE and will not uninstall from there. #1500
Labels
auto-locked
Outdated issues that have been locked by automation
C: user scheme
Handling of packages in user-specific directories
type: bug
A confirmed bug or unintended behavior
I actually expected the --user install to fail with
Will not install to the user site because it will lack sys.path precedence
. I don't know why the abovepip install -U requests --user
installs at all (this is actually kinda' what I want). Given that it does install, I would expect the next call to report "Requirement already satisfied". But, it does not recognize and installs again. Uninstall in this scenario can not be made to uninstall from thePYTHONUSERBASE
, it seems.The text was updated successfully, but these errors were encountered: