Blob Blame History Raw
.TH PIPX\-REINSTALL "1" "April 2021" "" "User Commands"
.SH NAME
pipx reinstall \- reinstall a package
.SH SYNOPSIS
.B pipx reinstall
.RB [ \-h ]
.RB [ \-\-python\ \fIPYTHON ]
.RB [ \-\-verbose ]
.I package
.SH DESCRIPTION
Reinstalls a package.
.P
Package is uninstalled, then installed with
.B pipx\ install\ \fIPACKAGE
with the same options used in the original install of
.IR PACKAGE .
.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 \-\-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\-all (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)