pipx inject <package> <dependencies>

Installs packages to an existing pipx-managed virtual environment

Arguments

NameDescription
packageName of the existing pipx-managed Virtual Environment to inject into
dependenciesThe packages to inject into the Virtual Environment--either package name or pip package spec

Options

NameDescription
--include-appsAdd apps from the injected packages onto your PATH
--include-depsInclude apps of dependent packages
--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
--force, -fModify existing virtual environment and files in PIPX_BIN_DIR
--verboseShow verbose output