Mac -bash: ls: command not found和无法运行.sh脚本

-bash: ls: command not found 终端输入:

export PATH=/usr/bin:/usr/sbin:/bin:/sbin:/usr/X11R6/bin

就可以了。但重启终端就得重新输入。。

彻底解决得看.bash_profile里面配置哪个错了。

我是这个配错了:

export PATH=/Library/Java/JavaVirtualMachines/jdk-11.0.15.1.jdk/Contents/Home/bin

正确:
export PATH=$PATH:/Library/Java/JavaVirtualMachines/jdk-11.0.15.1.jdk/Contents/Home/bin

升级后运行.sh报错:unable to execute xxx.sh : Operation not permitted
参考这个链接:
unable to execute xxx.sh : Operation not permitted 问题_明明如月学长的博客-CSDN博客

先执行 :

sudo xattr -r -d com.apple.quarantine +目录路径

再执行 ./test.sh

你可能感兴趣的:(Android音视频开发,bash,macos,linux)