每当我键入新取时,我就会得到以下错误:
Command 'neofetch' is available in the following places
* /bin/neofetch
* /usr/bin/neofetch
The command could not be located because '/usr/bin:/bin' is not included in the PATH environment variable.
neofetch: command not found这也发生在我运行的许多其他命令中。下面是运行echo $PATH时发生的情况:
$HOME/.local/bin:$PATH发布于 2021-11-04 18:38:29
若要解决此问题,请在终端中使用此命令
export PATH="/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"https://askubuntu.com/questions/1373594
复制相似问题