【发布时间】:2018-09-29 17:51:09
【问题描述】:
我尝试使用
从命令行安装 Octave (4.2)brew install octave
但这不会安装文档。当我运行 octave 时,出现以下错误:
octave:1> doc
error: doc: unable to find the Octave info manual, Octave installation is incomplete
一些谷歌搜索表明我应该运行
brew install octave --with-docs
但这会返回
Warning: octave: this formula has no --with-docs option so it will be ignored!
如何从命令行安装 Octave 文档?
【问题讨论】:
标签: command-line installation homebrew octave