From help-request at octave dot org Sat Feb 26 23:06:59 2005 Subject: Trying to set LOADPATH From: "John W. Eaton" To: Madhusudan Singh Cc: help at octave dot org Date: Sun, 27 Feb 2005 00:12:59 -0500 On 26-Feb-2005, Madhusudan Singh 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 -------------------------------------------------------------