Magic Mailing List |
|
From: Robert Penny (rob AT network DOT ucsd.edu) Date: Mon Sep 16 2002 - 18:20:20 EDT
Hi Michael, The setenv command is for the csh shell. From the message you're getting you are running the bash shell. Substitute "setenv CAD_HOME" with: export CAD_HOME=~/cad_try Regards, -Rob Penny. On Mon, 16 Sep 2002, Guijun Dai wrote: > > Hello: > > My problem is to setenv CAD_HOME environment variable. first I created > mkdir ~/cad-try > cd cad-try > mkdir src > cd src > tar -zxvf magic-7.1.tar.gz > cd magic-7.1 > setenv CAD_HOME ~/cad-try > > but error occured: "bash: setenv: command not found". > > Can anyone tell me why and how to fix it ? Thanks in advance. > > > Michael > >
|
|