Re: setting environmental vars with scripts

2004-07-26 Thread Sergey
John Taber wrote: I try to set an environment var in a simple script like QTDIR=/usr/local/Qt-323-Win export QTDIR echo $QTDIR when I run the script it echos back the correct path but when I go to my konsole and type echo $QTDIR it is not there . However if I type the script commands in the kons

Re: setting environmental vars with scripts

2004-07-25 Thread John Summerfield
John Taber wrote: I try to set an environment var in a simple script like QTDIR=/usr/local/Qt-323-Win export QTDIR echo $QTDIR when I run the script it echos back the correct path but when I go to my konsole and type echo $QTDIR it is not there . However if I type the script That's right. com

setting environmental vars with scripts

2004-07-25 Thread John Taber
I try to set an environment var in a simple script like QTDIR=/usr/local/Qt-323-Win export QTDIR echo $QTDIR when I run the script it echos back the correct path but when I go to my konsole and type echo $QTDIR it is not there . However if I type the script commands in the konsole, then it is t