help-octave
[Top][All Lists]
Advanced

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

Re: unwind_protect


From: Dmitri A. Sergatskov
Subject: Re: unwind_protect
Date: Wed, 19 Feb 2003 11:40:09 -0700
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.2) Gecko/20021120 Netscape/7.01

Henry F. Mollet wrote:

....

PATH: Command not found.
Location of this file is /users/mollet/.login (see below)

....



[Henry-Mollets-Computer:~] mollet% cat .cshrc
#!/bin/tcsh
    ^^^^^^^^^

#Setting Path for Demos of Gnuplot
PATH =  /sw/bin:/sw/share/doc/gnuplot/demo:
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

I am not a tcsh (or csh in general) expert, but that looks odd to me.
Instead I'd expect something like:

setenv PATH /sw/bin:/sw/share/doc/gnuplot/demo:

Note, even for /bin/sh (or /bin/bash) the original line will not
work -- you need to delete all spaces

PATH=/sw/bin:/sw/share/doc/gnuplot/demo:


I admit I'm having a hard time with setting a PATH, I don't know why I seem
to have such a hard time understanding it.

I looked for "octave_toc.html" but could not find the local file. My tree
looks as follows:
HD/SW/share/doc/octave
  ^^^^^^^^^^^^^^^^^^^^^^^
Look what is in there.



And please can somebody tell me what cvs is as in
"Is it possible to have a cvs backup of the wiki?" (Wiki was explained).

It is a popular version control system 
(http://www.gnu.org/software/cvs/cvs.html)

Henry

Sincerely,

Dmitri.



-------------------------------------------------------------
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]