Mac终端输入命令总是出现command not found!

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Mac终端输入命令总是出现command not found!相关的知识,希望对你有一定的参考价值。

参考技术A

一般情况下就是因为配了其他软件的PATH, 导致PATH缺少系统指令PATH。

解决方法:

使用临时环境变量(重启后失效)

export PATH=$PATH:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin

这样就能暂时使用大部分命令了。

进入当前用户home目录 cd ~

创建 .bash_profile 并编辑

touch .bash_profile

open -e .bash_profile

添加上面的PATH 保存。

扩展资料:

注意事项

需要改变gradlew的权限,请执行命令解决:

chmod +x gradlew

执行完就可以了。

如果你出现这个错误:

bash:gradlew :command not found

Mac 下执行这句指令,需要在gradlew前加 ./

例:./gradlew clean build bintrayUpload -PbintrayUser=用户名 -PbintrayKey=你的 API key -PdryRun=false

以上是关于Mac终端输入命令总是出现command not found!的主要内容,如果未能解决你的问题,请参考以下文章

Mac系统终端命令行不执行命令 总出现command not found解决方法

Mac终端出现 brew command not found 解决

mac上终端出现 command not found解决方法

Mac系统终端命令行不执行命令 总出现command not found解决方法

[转] Mac系统终端命令行不执行命令 总出现command not found解决方法

Mac上安装MySQL后在终端连接不上数据库Command not found