I have just installed a program here:
/usr/local/Trolltech/Qt-4.1.0/
and I need to set the environment variables in the /usr/local/Trolltech/Qt-4.1.0/bin directory which containts "qmake". I want to run this from any location on the computer.
I set the variable by:
PATH=/usr/local/Trolltech/Qt-4.1.1/bin:$PATH
export PATH
Then I type in qmake and it comes up with
bash: qmake: command not found
Anyone know why this isnt working???
(It was working the other day tho!)
Thx
/usr/local/Trolltech/Qt-4.1.0/
and I need to set the environment variables in the /usr/local/Trolltech/Qt-4.1.0/bin directory which containts "qmake". I want to run this from any location on the computer.
I set the variable by:
PATH=/usr/local/Trolltech/Qt-4.1.1/bin:$PATH
export PATH
Then I type in qmake and it comes up with
bash: qmake: command not found
Anyone know why this isnt working???
(It was working the other day tho!)
Thx