|
In Debian at least, the default PATH is located in /etc/profile. If you modify it there it should be available to all users in all cases. .bashrc is only read by non-login shells, I believe.
If you only want to modify the PATH in order to make one or two programs work automatically, there's an easier way to do it. Just symlink the program file to a folder already in the path, like /usr/bin. Then bash should find it when it looks.
|