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 doesn't remove injected apps' symlinks after main package is uninstalled #293

Closed
vanyakosmos opened this issue Dec 14, 2019 · 1 comment

Comments

@vanyakosmos
Copy link

Describe the bug

pipx doesn't remove injected apps' symlinks after main package is uninstalled

How to reproduce

# install
pipx install black
pipx inject --include-apps black flake8
pipx list
# here you will see black, blackd, flake8 under black package

# remove
pipx uninstall black
pipx list
# no black package and injected ones

# install again
pipx install black
pipx list
# here you will see black, blackd, flake8 under black package
# flake8 alias was not removed, but flake8 itself is not installed
# and it is displayed in the list for some reasons

Expected behavior

Aliases of injected app should be removed after main package was deleted.

@itsayellow
Copy link
Contributor

Duplicate of #221

@itsayellow itsayellow marked this as a duplicate of #221 Dec 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants