Pin package version with pipx to prevent its upgrade
4
votes
1
answer
902
views
I would like to pin specific package version installed using
pipx
and prevent its upgrade.
E.g. I have installed package:
$ pipx install somepackage==2.0.0
Then after upgrade it will be updated to the latest version:
$ pipx upgrade-all
Is it possible to upgrade only packages installed without specified version?
Asked by anlar
(4357 rep)
Aug 6, 2024, 08:06 PM
Last activity: Aug 6, 2024, 08:43 PM
Last activity: Aug 6, 2024, 08:43 PM