You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
According to the Homebrew Documentation,
It seems that
pip uninstall package
removes the package file from the brew prefixed bin butpip-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.
The text was updated successfully, but these errors were encountered: