Command ‘sudo‘ is available in the following places

1. 问题

Command ‘sudo’ is available in the following places

  • /bin/sudo
  • /usr/bin/sudo
    The command could not be located because ‘/usr/bin:/bin’ is not included in the PATH environment variable.
    sudo: command not found

2. 解决方案

终端输入:

export PATH=$PATH:/usr/bin

版权声明:本文为qq_39748202原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。