1PIPX-REINSTALL(1) User Commands PIPX-REINSTALL(1)
2
3
4
6 pipx reinstall - reinstall a package
7
9 pipx reinstall [-h] [--python PYTHON] [--verbose] package
10
12 Reinstalls a package.
13
14 Package is uninstalled, then installed with pipx install PACKAGE with
15 the same options used in the original install of PACKAGE.
16
18 POSITIONAL ARGUMENTS
19 package
20
21 OPTIONAL ARGUMENTS
22 -h, --help
23 Show a help message and exit
24
25 --python PYTHON
26 The Python executable used to recreate the virtual environment
27 and run the associated app/apps. Must be v3.5+.
28
29 --verbose
30
32 pip(1)
33
34 python(1)
35
36 pipx(1), pipx-completions(1), pipx-ensurepath(1), pipx-install(1),
37 pipx-inject(1), pipx-list(1), pipx-reinstall-all(1), pipx-run(1),
38 pipx-runpip(1), pipx-uninstall(1), pipx-uninstall-all(1), pipx-up‐
39 grade(1), pipx-upgrade-all(1)
40
41
42
43 April 2021 PIPX-REINSTALL(1)