Skip to content

Instantly share code, notes, and snippets.

@bo01ean
Created May 4, 2017 22:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bo01ean/128bc249d42cac572ca79643c5f7f479 to your computer and use it in GitHub Desktop.
Save bo01ean/128bc249d42cac572ca79643c5f7f479 to your computer and use it in GitHub Desktop.
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew update && brew upgrade
brew tap homebrew/science
brew install octave
## Install Python3 / Jupyter
brew install python3
pip3 install jupyter -U
## Install octave kernel
pip3 install octave_kernel
python3 -m octave_kernel.install
## Install Atom IDE
brew cask install atom
## Install matlab/octave
apm install language-matlab
apm install hydrogen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment