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

Does not remove packages from $(brew --prefix)/bin #55

Open
simurgh9 opened this issue Oct 1, 2023 · 0 comments
Open

Does not remove packages from $(brew --prefix)/bin #55

simurgh9 opened this issue Oct 1, 2023 · 0 comments

Comments

@simurgh9
Copy link

simurgh9 commented Oct 1, 2023

According to the Homebrew Documentation,

For brewed Python, modules installed with pip or python3 setup.py install
will be installed to the $(brew --prefix)/lib/pythonX.Y/site-packages directory
(explained above). Executable Python scripts will be in $(brew --prefix)/bin.

It seems that pip uninstall package removes the package file from the brew prefixed bin but pip-autoremove package does not.

This is obviously referring to when you install Python and PIP via brew.

If you can't reproduce this issue, I can share more details.

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

1 participant