1PIPX-INJECT(1)                   User Commands                  PIPX-INJECT(1)
2
3
4

NAME

6       pipx inject - install packages into an existing virtual environment
7

SYNOPSIS

9       pipx inject [-h] [--include-apps] [--include-deps] [--system-site-pack‐
10       ages]   [--index-url INDEX_URL]   [--editable]    [--pip-args PIP_ARGS]
11       [--force] [--verbose] package dependencies [dependencies ...]
12

DESCRIPTION

14       Installs packages to an existing pipx(1)-managedvirtualenvironment.
15

OPTIONS

17   POSITIONAL ARGUMENTS
18       package
19              Name  of the existing pipx(1)-managed virtual environment to in‐
20              ject into
21
22       dependencies
23              the packages to inject into the virtual environment—either pack‐
24              age name or pip(1) package spec
25
26   OPTIONAL ARGUMENTS
27       -h, --help
28              Show a help message and exit
29
30       --include-apps
31              Add apps from the injected packages onto your PATH
32
33       --include-deps
34              Include apps of dependent packages
35
36       --system-site-packages
37              Give  the virtual environment access to the system site-packages
38              dir.
39
40       --index-url INDEX_URL, -i INDEX_URL
41              Base URL of Python Package Index
42
43       --editable, -e
44              Install a project in editable mode
45
46       --pip-args PIP_ARGS
47              Arbitrary  pip(1)  arguments  to  pass   directly   to   pip-in‐
48              stall(1)/upgrade commands
49
50       --force, -f
51              Modify existing virtual environment and files in PIPX_BIN_DIR
52
53       --verbose
54

SEE ALSO

56       pip(1), pip-install(1)
57
58       python(1)
59
60       pipx(1),   pipx-completions(1),   pipx-ensurepath(1),  pipx-install(1),
61       pipx-list(1),  pipx-reinstall(1),  pipx-reinstall-all(1),  pipx-run(1),
62       pipx-runpip(1),   pipx-uninstall(1),   pipx-uninstall-all(1),  pipx-up‐
63       grade(1), pipx-upgrade-all(1)
64
65
66
67                                  April 2021                    PIPX-INJECT(1)
Impressum