I installed Octave on my macOS Sierra using Homebrew with the command
brew install octave
and everything installed fine.
When I run Octave, however, it prints version 4.2.1, but I do not get the GUI nor can I force the GUI with octave --force-gui
. No error message or warning is generated, the app just starts in the command line.
How do I get Octave to run with a GUI?
brew reinstall octave --with-qt --with-fltk --with-gui
– Watoctave
formula. – Irruption