I'm trying to add a directory to my $PATH
in mac OSX.
echo $PATH
produces:
/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/usr/local/git/bin
logged in as user and doing: vim ~/.profile
shows a different set of paths and adding to it doesn't change the path echo'ed from: echo $PATH
(in a new shell)
I have looked in ~/.bash_profile
and its not there.
I've tried looking around when logged in as sudo su - but I can't find where the above path is set for me to edit it.
echo $env
shows a blank line.