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

NAME

6       pipx upgrade - upgrade a package
7

SYNOPSIS

9       pipx  upgrade  [-h] [--include-injected] [--force] [--system-site-pack‐
10       ages]   [--index-url INDEX_URL]   [--editable]    [--pip-args PIP_ARGS]
11       [--verbose] package
12

DESCRIPTION

14       Upgrade  a  package in a pipx(1)-managed virtual environment by running
15       pip install --upgrade PACKAGE
16

OPTIONS

18   POSITIONAL ARGUMENTS
19       package
20              Name of the existing pipx(1)-managed virtual environment to  in‐
21              ject into
22
23   OPTIONAL ARGUMENTS
24       -h, --help
25              Show a help message and exit
26
27       --include-injected
28              Also upgrade packages injected into the main app’s environment
29
30       --force, -f
31              Modify existing virtual environment and files in PIPX_BIN_DIR
32
33       --system-site-packages
34              Give  the virtual environment access to the system site-packages
35              dir.
36
37       --index-url INDEX_URL, -i INDEX_URL
38              Base URL of Python Package Index
39
40       --editable, -e
41              Install a project in editable mode
42
43       --pip-args PIP_ARGS
44              Arbitrary  pip(1)  arguments  to  pass   directly   to   pip-in‐
45              stall(1)/upgrade commands
46
47       --verbose
48

SEE ALSO

50       pip(1), pip-install(1)
51
52       python(1)
53
54       pipx(1),   pipx-completions(1),   pipx-ensurepath(1),  pipx-install(1),
55       pipx-inject(1), pipx-list(1), pipx-reinstall(1), pipx-reinstall-all(1),
56       pipx-run(1),  pipx-runpip(1), pipx-uninstall(1), pipx-uninstall-all(1),
57       pipx-upgrade-all(1)
58
59
60
61                                  April 2021                   PIPX-UPGRADE(1)
Impressum