Blob Blame History Raw
.TH PIPX\-REINSTALL\-ALL "1" "April 2021" "" "User Commands"
.SH NAME
pipx reinstall\-all \- reinstall all packages
.SH SYNOPSIS
.B pipx reinstall\-all
.RB [ \-h ]
.RB [ \-\-python\ \fIPYTHON ]
.RB [ \-\-skip\ \fISKIP\fR\ [\fISKIP\fR\ ...]]
.RB [ \-\-verbose ]
.I package
.SH DESCRIPTION
Reinstalls all packages.
.P
Packages are uninstalled, then installed with
.B pipx\ install\ \fIPACKAGE
with the same options used in the original install of
.IR PACKAGE .
This is useful if you upgraded to a new version of Python and want all your
packages to use the latest as well.
.SH OPTIONS
.SS "POSITIONAL\ ARGUMENTS"
.TP
.I package
.SS "OPTIONAL\ ARGUMENTS"
.TP
.B \-h, \-\-help
Show a help message and exit
.TP
.B \-\-python\ \fIPYTHON
The Python executable used to recreate the virtual environment and run the
associated app/apps.
Must be v3.5+.
.TP
.B \-\-skip\ \fISKIP\fR\ [\fISKIP\fR\ ...]
Skip these packages
.TP
.B \-\-verbose
.SH "SEE\ ALSO"
.BR pip (1)
.P
.BR python (1)
.P
.BR pipx (1),
.BR pipx\-completions (1),
.BR pipx\-ensurepath (1),
.BR pipx\-install (1),
.BR pipx\-inject (1),
.BR pipx\-list (1),
.BR pipx\-reinstall (1),
.BR pipx\-run (1),
.BR pipx\-runpip (1),
.BR pipx\-uninstall (1),
.BR pipx\-uninstall\-all (1),
.BR pipx\-upgrade (1),
.BR pipx\-upgrade\-all (1)