Okay so the title is pretty self explanitory, when I type where ...
as a command it returns
-bash: where: command not found
my current bash profile includes :
export PATH="/usr/local/lib:$PATH"
export PATH="/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/lib/node_modules/bin:$PATH"
I googled it for a while and found that most people just need /usr/bin
and /usr/sbin
which I have both of.
Any ideas?
See Question&Answers more detail:os