iMAC新建.bash_profile导致bash基本命令失效解决办法

新搞了台iMAC,原来没有.bash_profile,我自己建了一个,导致bash命令无法使用

ixiaopengdeiMac:~ bixiaopeng$ ls
-bash: ls: command not found
bixiaopengdeiMac:~ bixiaopeng$ ls -al
-bash: ls: command not found

解决办法:

bixiaopengdeiMac:~ bixiaopeng$ export PATH="/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin"
bixiaopengdeiMac:~ bixiaopeng$ open -e ~/.bash_profile

添加命令:

export PATH="/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin"

保存后搞定


微信公众帐号: wirelessqa

关于作者:

作者: 毕小朋 | 老 毕 邮箱: [email protected]

微博: @WirelessQA 博客: http://blog.csdn.net/wirelessqa



你可能感兴趣的:(iMAC新建.bash_profile导致bash基本命令失效解决办法)