octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

default path to oct files


From: JF Cardoso
Subject: default path to oct files
Date: Wed, 09 Jul 2008 19:06:41 +0200
User-agent: Thunderbird 2.0.0.14 (X11/20080505)

Hello,


With octave 3.0.0, the defaut path includes both:
  /usr/local/libexec/octave/3.0.0/oct/i686-pc-linux-gnu
  /usr/local/libexec/octave/site/oct/api-v32/i686-pc-linux-gnu

With octave 3.0.1, it only includes:
  /usr/local/libexec/octave/3.0.1/oct/i686-pc-linux-gnu

This is a minor annoyance to me which I fixed by adding
  addpath(octave_config_info.localapioctfiledir) ;
to my ~/.octaverc file.

I am reporting this in case this change is unintentional (I cannot
find mention of it in the Changelog, but I may be looking at the wrong
places).

Cheers,
JF


reply via email to

[Prev in Thread] Current Thread [Next in Thread]