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

Add option to hide system packages - show only user installed ones #17

Closed
XVilka opened this issue Jul 23, 2019 · 4 comments
Closed

Add option to hide system packages - show only user installed ones #17

XVilka opened this issue Jul 23, 2019 · 4 comments

Comments

@XVilka
Copy link
Contributor

XVilka commented Jul 23, 2019

To be able to separate system-wide packages (e.g. installed with apt/dnf/rpm/yum/whatever) from the user ones, since system packages have their own updating policy.

@bartTC
Copy link
Owner

bartTC commented Jul 23, 2019

Good idea.

I assume you mean local packages. Those which are installed in your virtualenv, or are defined in a requirements file.

user packages are a separate construct in python packaging.

https://packaging.python.org/tutorials/installing-packages/#installing-to-the-user-site

@XVilka
Copy link
Contributor Author

XVilka commented Jul 23, 2019

I sent a PR to support it #18

@XVilka
Copy link
Contributor Author

XVilka commented Jul 23, 2019

But I think also local packages option would be good as well. 👍

@bartTC bartTC closed this as completed in 7f33e2a Jul 23, 2019
@bartTC
Copy link
Owner

bartTC commented Jul 23, 2019

v2.4 was released with this. Thanks! https://pypi.org/project/pip-check/

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

No branches or pull requests

2 participants