PDA

View Full Version : One more question...


soundview00
10-02-02, 05:03 PM
Thanks to all that replied to my previous posts about my driver problems under Linux 7.3. I have one more question though. How do you add a program to your current PATH under Linux 7.3?

Thank you to all who have the answer.

soundview00 :D

mtrr
10-02-02, 05:31 PM
there is _no_ linux 7.3. you refer to the distribution's version number.

but for your question: edit ~/.profile and add the directory with the
binary to the PATH variable like this:


PATH=$PATH:/path/to/dir/with/binary
export PATH

cheers