How do I set PATH variables for all users on a server?
- by Rob S.
I just finished installing LaTeX for my company's Ubuntu server that we all SSH into to use. At the end of the install it says this:
Add /usr/local/texlive/2010/texmf/doc/man to MANPATH, if not dynamically determined.
Add /usr/local/texlive/2010/texmf/doc/info to INFOPATH.
Most importantly, add /usr/local/texlive/2010/bin/x86_64-linux to your PATH for current and future sessions.
So, my question is simply: How do I do this so that these variables are set for all users on the system? (And yes, I have sudo permissions).
Thanks in advance to any and all responses I receive.