1PIPX-REINSTALL-ALL(1) User Commands PIPX-REINSTALL-ALL(1)
2
3
4
6 pipx reinstall-all - reinstall all packages
7
9 pipx reinstall-all [-h] [--python PYTHON] [--skip SKIP [SKIP ...]]
10 [--verbose] package
11
13 Reinstalls all packages.
14
15 Packages are uninstalled, then installed with pipx install PACKAGE with
16 the same options used in the original install of PACKAGE. This is use‐
17 ful if you upgraded to a new version of Python and want all your pack‐
18 ages to use the latest as well.
19
21 POSITIONAL ARGUMENTS
22 package
23
24 OPTIONAL ARGUMENTS
25 -h, --help
26 Show a help message and exit
27
28 --python PYTHON
29 The Python executable used to recreate the virtual environment
30 and run the associated app/apps. Must be v3.5+.
31
32 --skip SKIP [SKIP ...]
33 Skip these packages
34
35 --verbose
36
38 pip(1)
39
40 python(1)
41
42 pipx(1), pipx-completions(1), pipx-ensurepath(1), pipx-install(1),
43 pipx-inject(1), pipx-list(1), pipx-reinstall(1), pipx-run(1), pipx-run‐
44 pip(1), pipx-uninstall(1), pipx-uninstall-all(1), pipx-upgrade(1),
45 pipx-upgrade-all(1)
46
47
48
49 April 2021 PIPX-REINSTALL-ALL(1)