Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the best way to Install Conda on MacOS (Apple/Mac)?

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?

like image 288
Joe Avatar asked Mar 05 '18 19:03

Joe


People also ask

How install Anaconda on Mac for all users?

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.

Is there Anaconda for Mac?

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.


1 Answers

  • brew cask install anaconda
  • export PATH="/usr/local/anaconda3/bin:$PATH"
like image 127
Mobiletainment Avatar answered Oct 11 '22 14:10

Mobiletainment