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
事成矣~~~~

浙公网安备 33010602011771号