Hi,
I'm using a Macbook Pro, OS 10.9.5.
On Terminal, when I run echo $PATH, I see the following which indicates that /usr/local/bin is indeed in my path:
echo $PATH
/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin
However, if I try to cd to it, I get:
cd /usr/local/bin
-bash: cd: /usr/local/bin: Not a directory
Additionally, I don't seem to have a bash_profile. Any suggestions on how to troubleshoot these issues?
Thanks!
I'm using a Macbook Pro, OS 10.9.5.
On Terminal, when I run echo $PATH, I see the following which indicates that /usr/local/bin is indeed in my path:
echo $PATH
/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin
However, if I try to cd to it, I get:
cd /usr/local/bin
-bash: cd: /usr/local/bin: Not a directory
Additionally, I don't seem to have a bash_profile. Any suggestions on how to troubleshoot these issues?
Thanks!