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
Describe the bug
If I have already installed black by running pipx install black and I attempt to run pipx install black isort, black is detected as having been already installed, and isort is not installed.
How to reproduce pipx install black pipx install black isort
# isort not installed!
Expected behavior
black should be detected as already installed, and isort should be installed by pipx