pipx upgrade from wheel file #1345
Unanswered
greywidget
asked this question in
Q&A
Replies: 1 comment 3 replies
-
I manage to perform the
I guess a simple update of the documentation could help a lot in this direction, in the case the above process is actually valid. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a few personal utilities that are a bit too small and specific to push to pypi
I install these with
pipx
from local wheel files and it works very well.As far as I can tell, it is not possible to
pipx upgrade
from a wheel file.It isn't a big deal to
pipx uninstall
and then reinstall again from a later wheel file, but I wondered if you had ever considered allowingpipx upgrade
from a wheel file?I find
pipx
to be an awesome package and very much appreciate your hard work.Thanks kindly
Beta Was this translation helpful? Give feedback.
All reactions