Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pipx install pkg1 pkg2 doesn't install pkg2 if pkg1 already installed #1509

Closed
1 task done
ayemiller opened this issue Aug 13, 2024 · 1 comment · Fixed by #1510
Closed
1 task done

pipx install pkg1 pkg2 doesn't install pkg2 if pkg1 already installed #1509

ayemiller opened this issue Aug 13, 2024 · 1 comment · Fixed by #1510
Labels
bug Something isn't working

Comments

@ayemiller
Copy link
Contributor

ayemiller commented Aug 13, 2024

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

Tasks

@Gitznik Gitznik added the bug Something isn't working label Aug 13, 2024
@ayemiller ayemiller changed the title pipx install of multiple specs aborts after the first spec that is already installed pipx install pkg1 pkg2 doesn't install pkg2 if pkg1 already installed Aug 13, 2024
@ayemiller
Copy link
Contributor Author

Added PR: #1510

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants