help-octave
[Top][All Lists]
Advanced

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

Trying to set LOADPATH


From: John W. Eaton
Subject: Trying to set LOADPATH
Date: Sun, 27 Feb 2005 00:12:59 -0500

On 26-Feb-2005, Madhusudan Singh <address@hidden> wrote:

| (/home/m_singh/octave) :

| Cutting the long description short, how do I get op:s ?

Did you try reading the help for LOADPATH?

Try this:

  LOADPATH = "/home/m_singh/octave:";

This way, Octave will search your directory followed by all the
directories in the default load path (that's what the trailing colon
means).

Or perhaps you will want to use

  LOADPATH = "~/octave:";

if your home directory is /home/m_singh becaue then it will continue
to work for you on systems where your home directory is something
other than /home/m_singh.

jwe



-------------------------------------------------------------
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
-------------------------------------------------------------



reply via email to

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