Forrest logo
back to the pipx tool

pipx:tldr:9781b

pipx: List installed packages.
$ pipx list
try on your machine

The command "pipx list" is used to display a list of all the Python packages installed with pipx.

pipx is a package manager for Python that allows you to install and run Python applications in isolated environments. It creates separate virtual environments for each installed package, avoiding package conflicts and dependency issues.

When you run "pipx list", it will show you the names of all the installed packages, along with their versions and locations. This information can be useful for managing and organizing your Python installations.

Overall, "pipx list" provides an overview of the packages installed with pipx, making it easier to manage, update, or uninstall them if needed.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the pipx tool