Where can I add to my path that it will be available for all users, all shells, all the time. In this case I want /opt/grails/bin to always be available even when being run as tomcat user from jenkins.
There are 6+ files that you can stick this in, but I have yet in my years of being a software dev who occasionally handles Linux sysadmin tasks to find a clear explanation of where you do
export PATH=$PATH:/opt/grails/bin
and have it available to every user, every type of shell, all the fXXXing time.
I'm on Ubuntu 10.10 if that matters.
Thanks