Mac OS X10.8.3-bash基本命令失效后的修复
-bash基本命令都失败了。
比如:
-bash: ls :command not found
顿时心都凉了。
想要找到.bash_profile文件也不是那么容易的。
step1.
在terminal里面输入:
export PATH="/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin"
然后命令暂时可以用了,
step2.
赶紧用open -e ~/.bash_profile在文本编辑器里面打开.bash_profile文件:
step3.
更改PATH环境变量设置,添加上这一行,
export PATH="/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin"
略懂,略懂....