I have a Red Hat Linux machine where I am not root.
In my home folder, I added this to my .bash_profile
and .bashrc
:
export PATH=/path/to/my/directory:$PATH
Then, I ran ./.bash_profile
and ./.bashrc
.
However, $PATH
is not updated.
Any idea why this happens?