pipx icon indicating copy to clipboard operation
pipx copied to clipboard

pipx install package>=1.2.3 fails to perform upgrade

Open ssbarnea opened this issue 2 years ago • 0 comments

Describe the bug I was surprised to discover that pipx install package>=1.2.3 would do nothing is a previous version is already installed, even if that is older than the version mentioned.

How to reproduce

Expected behavior

Match pip behavior. If not possible, it should at least fail when given ranges if it does not support them.

ssbarnea avatar Jun 02 '22 11:06 ssbarnea