What is the best way to Install Conda on MacOS (Apple/Mac)?
I would say that the recommended way to install anaconda is to use the official anaconda installer, which can be downloaded from the link I just posted. I've done it several times, never had a problem, and it walks you through it (including an option to automatically add it to your PATH
).
brew install anaconda
export PATH="/usr/local/anaconda3/bin:$PATH"