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
Written by
Abdur-Rahmaan Janhangeer
Chef
Python author of 7+ years having worked for Python companies around the world
Suggested Posts
Python Virtual Environments on Windows: A Complete Guide
If you’re starting multiple Python projects, you will quickly run into a problem: one project needs ...
Python EFL: Building Custom Elementary Widgets (2026)
Want to create unique UI components tailored to your app’s needs? This Python EFL tutorial teaches y...
Python EFL: Scalable GUIs with Generic List (Genlist) (2026)
Handling thousands of UI elements without slowing down your app? This Python EFL tutorial introduces...