Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pip-review tries to update packages installed with --user at a root level #68

Closed
cjbassi opened this issue Sep 27, 2018 · 1 comment
Closed

Comments

@cjbassi
Copy link

cjbassi commented Sep 27, 2018

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/....

@jgonggrijp
Copy link
Owner

Yes, this is a known issue. Please refer to #6 (closed) and #62 (open) for more information.

Until this is fixed, you can avoid the problem by using a virtualenv.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants