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

[Request] Check Installed Packages #27

Open
zero77 opened this issue Mar 16, 2021 · 3 comments
Open

[Request] Check Installed Packages #27

zero77 opened this issue Mar 16, 2021 · 3 comments

Comments

@zero77
Copy link

zero77 commented Mar 16, 2021

Can you give the option to check all packages that are currently installed.

This is possible to do this with pip by running:
pip3 list
pip list

@joohoi
Copy link
Member

joohoi commented Mar 16, 2021

You can do this right now:

pip freeze > installed.txt && confused -l pip installed.txt

@zero77
Copy link
Author

zero77 commented Mar 16, 2021

Is it possible to pipe this instead of outputting it to a file.

@joohoi
Copy link
Member

joohoi commented Mar 16, 2021

Not at the moment, sorry. A good feature request though.

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