Skip to content

Instantly share code, notes, and snippets.

@yeondudad
Created October 9, 2017 10:02
Show Gist options
  • Save yeondudad/8e9ff04873c6086f80dce4814c314499 to your computer and use it in GitHub Desktop.
Save yeondudad/8e9ff04873c6086f80dce4814c314499 to your computer and use it in GitHub Desktop.
Install Octave on OS X(high sierra)
brew tap homebrew/science
brew update && brew upgrade
# install xquartz for X11
brew cask install xquartz
# install gcc for octave
brew install gcc
brew install octave
# install fltk for gnuplot
brew install fltk
brew install gnuplot
echo 'setenv ("GNUTERM", "X11")' > ~/.octaverc
@tomtrask
Copy link

I got this warning when running the script:
Warning: homebrew/science was deprecated. This tap is now empty as all its formulae were migrated

@eapen
Copy link

eapen commented Feb 15, 2018

It's available in core now - https://brew.sh/homebrew-science/

@jrpespinas
Copy link

does this still work?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment