Created
September 23, 2017 08:17
-
-
Save frankyaorenjie/f774fcc9e33880d011317465df34b8cb to your computer and use it in GitHub Desktop.
brew_install_octave.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo chown -R $(whoami) /usr/local | |
brew update && brew upgrade # it will take some time | |
brew cask install xquartz | |
brew install octave # it will take a lot of time… |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment