Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

To install Homebrew and install apps, issue the following commands in Terminal. 

NOTE: The following commands are for Intel Mac's. 


/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
brew install xquartz macfuse ncar-ncl gfortran gcc numpy scipy zmq pyqt szip gdal gawk ghostscript nedit ffmpeg graphicsmagick curl rsync sshfs gmt geographiclib
sudo reboot
export NCARG_ROOT="/usr/local/ncl-6.5.0"
export PATH="${NCARG_ROOT}/bin:${PATH}"


Install Homebrew for M1 Mac

Note: Installation for M1 chipped machines is not fully supported and is experimental

To install Homebrew and install apps, issue the following commands in Terminal:

{arch -x86_64 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"}


  • No labels