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

后端 未结 5 2136
傲寒
傲寒 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:41

    I also install through brew I found that just run:

    octave-cli
    

    you will see the octave in terminal:

    GNU Octave, version 4.2.0-rc2
    Copyright (C) 2016 John W. Eaton and others.
    This is free software; see the source code for copying conditions.
    There is ABSOLUTELY NO WARRANTY; not even for MERCHANTABILITY or
        ...
    octave:1>
    

提交回复
热议问题