Skip to content

Instantly share code, notes, and snippets.

@JulianNorton
Last active April 25, 2016 21:31
Show Gist options
  • Save JulianNorton/fd12f08614e68c12b0a65e2a76764403 to your computer and use it in GitHub Desktop.
Save JulianNorton/fd12f08614e68c12b0a65e2a76764403 to your computer and use it in GitHub Desktop.
Installing Octave and gnuplot on mac for machine learning on cousera [andrew ng]

step 1 [octave]

  • brew tap homebrew/science
  • brew update && brew upgrade
  • brew install octave
  • brew tap --repair
  • brew install octave
  • setenv GNUTERM x11

step 2 [aquaterm]

step 3 [gnuplot]

  • brew reinstall gnuplot --with-aquaterm
  • brew uninstall fontconfig
  • brew install fontconfig --universal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment