Closed zero77 closed 1 month ago
You can do this right now:
pip freeze > installed.txt && confused -l pip installed.txt
Is it possible to pipe this instead of outputting it to a file.
Not at the moment, sorry. A good feature request though.
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