Hi guys,
how do I set path permanently in Linux?
currently I set it in /etc/profile by adding the following lines at the end (to include my apache)
Code:
PATH=$PATH:/usr/local/apache2/bin
export PATH
But it seems like I can set in ~./bashrc or /etc/bashrc
so I am a bit confused now...
anyone?