How can I start octave from the command line and not the GUI?

后端 未结 5 2142
傲寒
傲寒 2021-02-05 02:16

I recently installed GNU Octave on my Mac using Homebrew and as soon as I typed octave into bash, it opened up the octave-gui window. The Octave GUI looks quite un

5条回答
  •  名媛妹妹
    2021-02-05 02:40

    for mac os

    alias octave-cli='/Applications/Octave-4.4.1.app/Contents/Resources/usr/bin/octave-octave-app --no-gui'
    

    https://octave.org/doc/v4.2.2/Command-Line-Options.html#Command-Line-Options

提交回复
热议问题