pipx

pipx

pipx is used to install Python CLI applications globally while still isolating them in virtual environments.

pipx will manage upgrades and uninstalls when used to install Poetry. 

Requirements

Windows: Scoop

Installation


Mac

brew install pipx
pipx ensurepath
sudo pipx ensurepath --global

Windows

scoop install pipx
pipx ensurepath

Comments