[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: incude files in standard path
From: |
Craig Earls |
Subject: |
RE: incude files in standard path |
Date: |
Tue, 03 Jun 1997 09:19:55 -0400 (EDT) |
On 03-Jun-97 Stefan Mueller wrote:
>Hi out there!
>
>I cannot figure out how to include additional files
>and directories into the path for the standard .m-files.
>
>I want to have a directory "sim" where I want to
>put files that I need quite often.
>
>All the standard .m-files are in ../octave/share/octave/2.0.5/.....
>
>What do I have to do?
>
>Thanks for helping.
>
>Stefan.
>
Make a file in your home directory called ".octaverc"
put in it something like:
INFO_PROGRAM="info-emacs-octave-help";
EDITOR="gnuclient -q";
LOADPATH =
".:/usr/local/libexec/octave/site/oct/i686-pc-linux-gnu//:/usr/local$
PS1="\\t \\s --> ";
PS2="continue... -->";
See octave documentation for explanation of each line except for the
Editor line, which is a personal hack.
----------------------------------------------------------------
Craig P Earls address@hidden
LT US Navy, MIT Ocean Engineering address@hidden
-----------------------------------------------------------------