Jul 8, 2003 #1 N niko_zhang Advanced Member level 4 Joined Jun 23, 2001 Messages 108 Helped 0 Reputation 0 Reaction score 0 Trophy points 1,296 Activity points 572 I do "setenv CDSDIR=/home/cad/c@dence/tools.lnx86" It alarm that "CDSDIR not defined" when I login, what wrong? help me thx
I do "setenv CDSDIR=/home/cad/c@dence/tools.lnx86" It alarm that "CDSDIR not defined" when I login, what wrong? help me thx
Jul 8, 2003 #2 Amuro Full Member level 4 Joined Mar 15, 2002 Messages 194 Helped 8 Reputation 16 Reaction score 6 Trophy points 1,298 Location Thailand Activity points 1,700 use this in C shell setenv CDSDIR /home/cad/c@dence/tools.lnx86 use this in bash shell export CDSDIR=/home/cad/c@dence/tools.lnx86 It'd be better to make a symbolic link from "tools.lnx86" to "tools" by using command; %ln -s /home/cad/c@dence/tools.lnx86 /home/cad/c@dence/tools
use this in C shell setenv CDSDIR /home/cad/c@dence/tools.lnx86 use this in bash shell export CDSDIR=/home/cad/c@dence/tools.lnx86 It'd be better to make a symbolic link from "tools.lnx86" to "tools" by using command; %ln -s /home/cad/c@dence/tools.lnx86 /home/cad/c@dence/tools
Jul 9, 2003 #3 N niko_zhang Advanced Member level 4 Joined Jun 23, 2001 Messages 108 Helped 0 Reputation 0 Reaction score 0 Trophy points 1,296 Activity points 572 Great !! thx