pipx

Install and run Python CLI tools in isolated environments

brewmacoslinux
Try with needOr install directly
Source

About

Execute binaries from Python packages in isolated environments

Commands

pipx

Examples

install a python tool globally$ pipx install black
run a python tool without installing it$ pipx run cowsay hello world
upgrade an installed python tool$ pipx upgrade black
list all installed python tools$ pipx list
uninstall a python tool$ pipx uninstall black