Re: Setenv...

"Taylor, ForrestX" <[email protected]> Thu, 15 May 2003 16:00:32 -0700
Newsgroups gmane.linux.redhat.release.seawolf
Message-ID <[email protected]>
Nestor Waldyd wrote:
> ....
> 
> I was trying to use setenv and the bash answers...
> 
>  [waldyd@Aire waldyd]$ setenv NCARG /usr/local/src/ncarg-4.3.1
> bash: setenv: command not found
> 
> How can i fix this....

Use setenv in csh/tcsh.  For bash, use export and =:

export NCARG=/usr/local/src/ncarg-4.3.1

Forrest
--