help-octave
[Top][All Lists]
Advanced

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

Local Macro Path


From: John W. Eaton
Subject: Local Macro Path
Date: Tue, 11 Feb 1997 13:50:25 -0600

On 11-Feb-1997, Habibie Sumargo <address@hidden> wrote:

| I am using octave-2.0 on a Linux platform.  I trid to setup this octave
| for all users.  I am wondering if there is a way to tell octave where the
| users' local macro files are located.  For instance, if I create a macro
| file for octave and store it under ~/octave/test.m, how can I have octave
| pointed to this file when I invoke octave?

If you want Octave to search ~/octave before the standard path:

  LOADPATH = "~/octave:";

If you want Octave to search ~/octave after the standard path:

  LOADPATH = ":~/octave";


jwe


reply via email to

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