Mac M1 终端shell兼容问题解决

Posted javartisan

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Mac M1 终端shell兼容问题解决相关的知识,希望对你有一定的参考价值。

mac m1 cpu是 arm架构,跟intel x64架构时长存在不兼容情况,例如shell脚本不兼容现象:

I'm sorry, this Mac platform [arm64] is not yet supported!
Please try starting using 'Data Integration 32-bit' or
'Data Integration 64-bit' as appropriate.

解决方案:

env /usr/bin/arch -x86_64 /bin/bash --login

注意:其中的/bin/bash代表你当前使用的shell语言,如果使用zsh替换成zsh脚本绝对路径即可:

env /usr/bin/arch -x86_64 /bin/zsh --login

其他类推。

以上是关于Mac M1 终端shell兼容问题解决的主要内容,如果未能解决你的问题,请参考以下文章

Mac M1 终端shell兼容问题解决

MacBook M1配置前端开发环境

兼容M1芯片丨StarUML 4.0.1 For MAC版本丨软件安装包下载 安装教程步骤丨苹果Monterey系统丨解决失败

PlayCover for Mac(Mac上运行iOS应用程序)适配原神仅兼容M1

解决“MAC M1 incompatible architecture“问题

Mac 终端 shell 公钥失效解决办法