I know that you're generally 'supposed' to $ pip install <python package>
if the package is not brewed, but what if there is a python package that you want to install that you can use either $ pip install
or $ brew install
for? For example, is there any benefit to installing a package such as numpy via $ pip3 install numpy
versus $ brew install numpy
other than keeping up with updates, etc.?
I already have them installed, so it's not an issue either way, but I was curious as to what potential benefits one may hold over the other