Re: Adding $PATH variables globally || Example Please

2002-10-20 Thread Frank Bax
At 01:13 AM 10/20/02, MET wrote: Attached is a copy of my default /etc/profile file which contains all of the system wide variables/paths for all of my bash users. If someone could show me how I would add something like /usr/local/qt/doc and /usr/local/qt/include and one or two more that would

Re: Adding $PATH variables globally || Example Please

2002-10-20 Thread David Holden
Hi Mathew, If you look at this script you can see it runs all the files in /etc/profile.d with the suffix .sh So you could create a file in this directory call say userpaths.sh and put in it PATH=$PATH:/add/to/path1:/add/to/path2 export PATH This would then add /add/to/path1 and

Adding $PATH variables globally || Example Please

2002-10-20 Thread MET
Attached is a copy of my default /etc/profile file which contains all of the system wide variables/paths for all of my bash users. If someone could show me how I would add something like /usr/local/qt/doc and /usr/local/qt/include and one or two more that would be greatly appreciated. $PATH