I've read the bash documentation - for the 5th time - every time I install a Linux distro, I have it read again.
I'm trying to amend the PATH variable as follows:
PATH="${PATH}":/usr/local/share/my_dir
I have tried the following files with no change in the PATH variable
I know that the PATH variable is getting set someplace, but not in any of the files specified by the bash docs.
What files are being read by bash under Kubuntu??
what file can I use to amend the PATH variable on a GLOBAL basis for all users??
What file sets the PATH variable under Kubuntu?
I was able to do this under Fedora Core 5 using one of the standard invocation files specified in the bash doc. That doesn't seem to work under Kubuntu. Why Not
I'm trying to amend the PATH variable as follows:
PATH="${PATH}":/usr/local/share/my_dir
I have tried the following files with no change in the PATH variable
- /etc/profile
- /etc/bash.bashrc
- ~/.profile
- ~/.bashrc
- ~/.bash_aliases
I know that the PATH variable is getting set someplace, but not in any of the files specified by the bash docs.
What files are being read by bash under Kubuntu??
what file can I use to amend the PATH variable on a GLOBAL basis for all users??
What file sets the PATH variable under Kubuntu?
I was able to do this under Fedora Core 5 using one of the standard invocation files specified in the bash doc. That doesn't seem to work under Kubuntu. Why Not
Comment