Or just put source /etc/profile in your ~/.bashrc
The thing is that /etc/profile will only get read when you login into your system (i.e. not when you for example open new terminal windows). adding the above to .bashrc will force /etc/profile to be read everytime that bash starts.