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 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…