pipx install pkg1 pkg2
doesn't install pkg2
if pkg1
already installed
#1509
Labels
bug
Something isn't working
Describe the bug
If I have already installed
black
by runningpipx install black
and I attempt to runpipx install black isort
,black
is detected as having been already installed, andisort
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, andisort
should be installed by pipxTasks
The text was updated successfully, but these errors were encountered: