Does not remove packages from $(brew --prefix)/bin
simurgh9 opened this issue · 0 comments
simurgh9 commented
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.