MAC 10.10 Yosemite - Terminal: - bash: command [SomeCommand] not found?

I don't know why, but when I write any commands in my terminal. It always shows me - bash: command [SomeCommand] not found. I don't know if this applies to my path - bash: / user / local / php5 / bin: / user / local / mysql / bin: No such file or directory or anything else. This is my first time using the terminal and I don't know what happened.

+3


source to share


1 answer


You are missing the usual bin directories. This is what my $ PATH looks like on a fresh Yosemite:



/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin

      

+6


source







All Articles