pipx inject <package> <dependencies>
Installs packages to an existing pipx-managed virtual environment
Arguments
Name | Description |
---|
package | Name of the existing pipx-managed Virtual Environment to inject into |
dependencies | The packages to inject into the Virtual Environment--either package name or pip package spec |
Options
Name | Description |
---|
--include-apps | Add apps from the injected packages onto your PATH |
--include-deps | Include apps of dependent packages |
--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 |
--force, -f | Modify existing virtual environment and files in PIPX_BIN_DIR |
--verbose | Show verbose output |