help-octave
[Top][All Lists]
Advanced

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

Reading in ~/.octaverc in a standalone script


From: John W. Eaton
Subject: Reading in ~/.octaverc in a standalone script
Date: Sun, 30 Oct 2005 21:32:58 -0500

On 30-Oct-2005, Madhusudan Singh wrote:

| I am trying to write a standalone script for handling command line
| parameters using the following in the header :
| 
| #! /usr/bin/octave -qf
| 
| However, additions to the loadpath defined in my .octaverc seem to be being 
| ignored and a function defined in one of those additions is failing. How do I 
| "source" my .octaverc in such a script ?

The -f in your command line tells Octave to skip reading the
~/.octaverc and .octaverc files.  See octave --help.

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]