[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: LOADPATH
From: |
Dirk Eddelbuettel |
Subject: |
Re: LOADPATH |
Date: |
Fri, 10 Aug 2001 14:16:22 -0500 |
User-agent: |
Mutt/1.3.18i |
On Fri, Aug 10, 2001 at 03:19:29PM -0300, Roberto Hern?ndez wrote:
> Now I need to add some paths to the LOADPATH, but once I do in octaverc,
> Octave
> doesn't "see" the standard m-file directories.
>
> Does anyone know how to get around this?
Did you try 'help LOADPATH' ?
One way is
octave:> LOADPATH = [DEFAULT_LOADPATH, ":/tmp:/what/ever/you/want"]
As a string is just a row vector, this concatenates.
Dirk
--
Our mailserver had a hardware failure while we were gone during the 2nd half
of July. I did not respond to a mail you sent then, or if you experienced a
a mail bounce, could you kindly resend it? Sorry for the inconvenience --Dirk
-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.
Octave's home on the web: http://www.octave.org
How to fund new projects: http://www.octave.org/funding.html
Subscription information: http://www.octave.org/archive.html
-------------------------------------------------------------
- LOADPATH, Roberto Hernández, 2001/08/10
- Re: LOADPATH,
Dirk Eddelbuettel <=