You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgrade a package in a pipx-managed Virtual Environment by running pip install --upgrade PACKAGE
pipx upgrade fails when a package is not installed, so that is not the behavior.
How to reproduce
$ pipx --version
1.4.3
$ pipx --verbose upgrade dummy_test
Package is not installed. Expected to find /Users/example/.local/pipx/venvs/dummy-test, but it does not exist.
It should have installed it if not installed, and upgraded it if installed.