bash: clear: command not found

open ~/.bash_profile

# 解决常用命令找不到的问题
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"

source ~/.bash_profile

参考:

https://blog.csdn.net/wwwwwsm/article/details/107354192

posted @ 2022-11-09 12:00  xudong5273  阅读(493)  评论(0)    收藏  举报