What is the recommended approach for installing Anaconda on Mac?
I tried with brew cask install anaconda
which after a while returns anaconda was successfully installed!
.
After that - trying conda
command returns command not found: conda
.
Is there any post step installation that needs to be done?
And what is recommended way to install Conda on MacOS?
Download the graphical macOS installer for your version of Python. Double-click the downloaded file and click Continue to start the installation. Answer the prompts on the Introduction, Read Me, and License screens. Click Change Install Location to install Anaconda Distribution for all users or on a specific disk.
This tutorial will demonstrate how you can install Anaconda, a powerful package manager, on your Mac. Anaconda is a package manager, an environment manager, and Python distribution that contains a collection of many open source packages.
brew cask install anaconda
export PATH="/usr/local/anaconda3/bin:$PATH"
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With