You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to update packages installed with pip install --user so I ran pip-review --user --auto which correctly detects the right user level packages to upgrade, but then tries to install them globally to /usr/lib/python3.7/site-packages/....
The text was updated successfully, but these errors were encountered:
I'm trying to update packages installed with
pip install --user
so I ranpip-review --user --auto
which correctly detects the right user level packages to upgrade, but then tries to install them globally to/usr/lib/python3.7/site-packages/...
.The text was updated successfully, but these errors were encountered: