无法在 mac 上使用 Octave 3.8.1 中的帮助
can not use help in octave 3.8.1 on mac
当我输入时:
>> help help
我收到错误消息:
error: unable to open /usr/local/Cellar/octave/3.8.1_1/share/octave/3.8.1/etc/macros.texi for reading
error: called from:
error: /usr/local/Cellar/octave/3.8.1_1/share/octave/3.8.1/m/help/__makeinfo__.m at line 103, column 5
error: /usr/local/Cellar/octave/3.8.1_1/share/octave/3.8.1/m/help/help.m at line 99, column 22
我该如何解决?我在 MacOS 10.10.2 上使用它。
检查您是否安装了文档!
根据您的安装方式 octave
,您必须以某种方式指定安装文档。
如果您需要更多帮助,请提供有关如何安装 octave
的更多信息。
如果您是通过 home-brew
安装的,请尝试使用 with-docs
选项重新安装,即
brew reinstall octave --with-docs
当我输入时:
>> help help
我收到错误消息:
error: unable to open /usr/local/Cellar/octave/3.8.1_1/share/octave/3.8.1/etc/macros.texi for reading
error: called from:
error: /usr/local/Cellar/octave/3.8.1_1/share/octave/3.8.1/m/help/__makeinfo__.m at line 103, column 5
error: /usr/local/Cellar/octave/3.8.1_1/share/octave/3.8.1/m/help/help.m at line 99, column 22
我该如何解决?我在 MacOS 10.10.2 上使用它。
检查您是否安装了文档!
根据您的安装方式 octave
,您必须以某种方式指定安装文档。
如果您需要更多帮助,请提供有关如何安装 octave
的更多信息。
如果您是通过 home-brew
安装的,请尝试使用 with-docs
选项重新安装,即
brew reinstall octave --with-docs