Hao Fu
Hao Fu

Reputation: 13

can not use help in octave 3.8.1 on mac

when i enter:

>> help help

i get error message:

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

How could i solve it? I'm using this on MacOS 10.10.2.

Upvotes: 0

Views: 290

Answers (1)

deimus
deimus

Reputation: 9875

Check if you have the documentations installed !

Depending on how you have to installed octave, you have to specify somehow to install also the documentations.

If you need more help, then provide more info, on how octave has been installed.


If you have installed through home-brew, try to reinstall it with with-docs option i.e.

brew reinstall octave --with-docs

Upvotes: 3

Related Questions