I need to install anaconda on my new mac.
There are two options. One using brew (brew install --cask anaconda
) and the other via the official anaconda installer
Why should I use which?
I read about problems using brew and conda e.g., here
So why not always using the official installer? Why is there the brew option?
Thanks