pipx run <app...>

Download the latest version of a package to a temporary virtual environment, then run an app from it

Arguments

NameDescription
appApp/package name and any arguments to be passed to it

Options

NameDescription
--no-cacheDo not re-use cached virtual environment if it exists
--pypackagesRequire app to be run from local __pypackages__ directory
--spec <SPEC>The package name or specific installation source passed to pip
--python <PYTHON>The Python version to run package's CLI app with
--system-site-packagesGive the virtual environment access to the system site-packages dir
--index-url, -i <INDEX_URL>Base URL of Python Package Index
--editable, -eInstall a project in editable mode
--pip-args <PIP_ARGS>Arbitrary pip arguments to pass directly to pip install/upgrade commands
--verboseShow verbose output