pipx run <app...>
Download the latest version of a package to a temporary virtual environment, then run an app from it
Arguments
Name | Description |
---|
app | App/package name and any arguments to be passed to it |
Options
Name | Description |
---|
--no-cache | Do not re-use cached virtual environment if it exists |
--pypackages | Require 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-packages | Give the virtual environment access to the system site-packages dir |
--index-url, -i <INDEX_URL> | Base URL of Python Package Index |
--editable, -e | Install a project in editable mode |
--pip-args <PIP_ARGS> | Arbitrary pip arguments to pass directly to pip install/upgrade commands |
--verbose | Show verbose output |