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

Re: Setenv...



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





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