-
First, to check if Homebrew is already installed, type the following into the Terminal:
brew --version -
If
brewis installed, skip to step 6; otherwise continue following the install instructions. -
If it is not installed, launch Xcode and if prompted, agree to the Terms and Conditions. Then, open the Terminal and install the Command Line tools with this command:
xcode-select --install -
You can go to the Homebrew site for more information, but to install Homebrew, run this command:
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" -
Once it has finished, ensure
brewinstalled correctly by typing:brew --version -
Run the following command to ensure everything is configured properly:
brew doctor -
Run the following command to ensure
brewis up to date:brew update
-
First, check if Anaconda is already install by running the command: conda --version
-
If installed, skip to step X; otherwise continue.
-
Go to Anaconda's site and download the Anaconda Graphical Installer for Python 2.7 for Mac OS X.
-
Open the installer and follow the directions.
-
To make sure Anaconda properly installed, open a Terminal window and run: conda --version
-
Make sure Anaconda is up to date by running: conda update anaconda