linux 环境变量设置错误导致 command not found
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux 环境变量设置错误导致 command not found相关的知识,希望对你有一定的参考价值。
在~/.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的主要内容,如果未能解决你的问题,请参考以下文章
Linux 出现command not found 错误解决