help-octave
[Top][All Lists]
Advanced

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

Re: [mac] permanently adding load path


From: Ben Abbott
Subject: Re: [mac] permanently adding load path
Date: Sat, 22 Mar 2008 12:31:54 -0400


On Mar 22, 2008, at 11:34 AM, Michael Goffioul wrote:

On Sat, Mar 22, 2008 at 4:21 PM, Malte Köster
<address@hidden> wrote:

hi guys,
it's a quite simple question but I couldn't find any help in google.
I want to add a directory where octave shall look for function files.
I used the 'addpath' command, but this works just temporarily until i exit
octave.
How can I add a path permanently?
cheers,
malte
_____________

Put the addpath command into your ~/.octaverc file.

Michael.



You can add save your path to ~/.octavrc with

        savepath;

or

        savepath ("~/.octaverc");

Ben





reply via email to

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