pipx upgrade <package>
Upgrade a package in a pipx-managed Virtual Environment by running 'pip install --upgrade PACKAGE'
Arguments
Options
Name | Description |
---|
--include-injected | Also upgrade packages injected into the main app's environment |
--force, -f | Modify existing virtual environment and files in PIPX_BIN_DIR |
--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 |