pipx upgrade <package>

Upgrade a package in a pipx-managed Virtual Environment by running 'pip install --upgrade PACKAGE'

Arguments

NameDescription
package

Options

NameDescription
--include-injectedAlso upgrade packages injected into the main app's environment
--force, -fModify existing virtual environment and files in PIPX_BIN_DIR
--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