
pipx is a tool to install and run any of these thousands of application-containing packages in a safe, convenient, and reliable way. In a way, it turns Python Package Index (PyPI) into a big app store for Python applications.
It’s closely related to pip. In fact, it uses pip, but is focused on installing and managing Python packages that can be run from the command line directly as applications.
Best of all, pipx runs with regular user permissions. pipx never needs to run as sudo.
Continue reading “Install and Run Python Applications in Isolated Environments With pipx”
