Installing pipx on Mint and Ubuntu


Uncategorized

pipx allows you to use python projects on the commandline without using a virtual environment each time.

Here’s how to install it on Ubuntu and Linux Mint

sudo apt update && sudo apt install pipx