Octave for macOS: Difference between revisions

Jump to navigation Jump to search
Line 103: Line 103:
  do shell script "/usr/local/bin/octave --gui"
  do shell script "/usr/local/bin/octave --gui"


If you wish to start the Octave GUI by default. For Apple Silicon based systems, using the following script:
If you wish to start the Octave GUI by default. For Apple Silicon based systems, normally using the following script:


  do shell script "/opt/homebrew/bin/octave --gui"
  do shell script "/opt/homebrew/bin/octave --gui"

Navigation menu