Ubuntu环境变量问题

Ubuntu环境变量出问题

root@ubuntu:~# vim
Command 'vim' is available in '/usr/bin/vim'
The command could not be located because '/usr/bin' is not included in the PATH environment variable.
vim: command not found

解决办法

命令行输入

export PATH=/usr/bin:/bin

事成矣~~~~

posted @ 2020-06-14 10:18  muggle道友请留步  阅读(708)  评论(0)    收藏  举报