如何使用Homebrew安装Octave 4.2文档?

sta*_*ane 5 installation homebrew command-line octave

我尝试使用命令行安装Octave(4.2)

brew install octave
Run Code Online (Sandbox Code Playgroud)

但这不会安装文档.当我运行八度音程时,我收到以下错误:

octave:1> doc
error: doc: unable to find the Octave info manual, Octave installation is incomplete    
Run Code Online (Sandbox Code Playgroud)

一些谷歌搜索表明我应该跑

brew install octave --with-docs
Run Code Online (Sandbox Code Playgroud)

但这会回来

Warning: octave: this formula has no --with-docs option so it will be ignored!
Run Code Online (Sandbox Code Playgroud)

如何从命令行安装Octave文档?

小智 1

这确实延迟了,但由于它出现在我的搜索结果中,如果您还不知道的话,原因是 Homebrew 上的 Octave 的最新版本只是 Octave-cli。

人们需要将存储库的brew taps更改为旧版本才能获得GUI。

不过,我现在正在考虑继续使用 cli 版本一段时间,因为我仍然可以进行绘图和其他操作。