码迷,mamicode.com
首页 > 系统相关 > 详细

linux 环境变量设置错误导致 command not found

时间:2016-01-25 12:58:39      阅读:175      评论:0      收藏:0      [点我收藏+]

标签:

在~/.bashrc 或者/etc/profile 中设置的环境变量有问题 会导致 诸如:linux bash: dircolors: command not found 、bash: vi: command not found这样的问题

解决办法:使用 export PATH=/usr/bin:/usr/sbin:/bin:/sbin:/usr/X11R6/bin

             然后关闭终端重新打开一个终端,会让刚才找不到的command短暂可用,特此记录

linux 环境变量设置错误导致 command not found

标签:

原文地址:http://www.cnblogs.com/andyboy/p/5156959.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!