MAC M1 上python 环境搭建趟坑

MAC M1 上python 环境搭建趟坑,第1张

概述1.Python安装和设置环境变量之后报错 zsh:killed  python3解决:MACM1系统只支持python3.9,不支持3.6和3.7安装命令:先安装brew:  /bin/zsh-c"$(curl-fsSLhttps://gitee.com/cunkai/HomebrewCNaw/master/Homebrew.sh)source/Users/yajuanc

1. Python 安装和设置环境变量之后报错 

zsh: killed     python3

解决:MAC M1系统只支持python 3.9, 不支持3.6 和3.7

安装命令:

先安装brew :  /bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)

        source /Users/yajuanchen/.zprofile

安装python3:  brew reinstall $(brew deps python3) python3

上面命令完成之后 python3 已经安装完成,命令行输入 python出现:

Python 3.9.5 (default, May  3 2021, 19:12:05) 

[Clang 12.0.5 (clang-1205.0.22.9)] on darwin

Type "help", "copyright", "credits" or "license" for more information.

>>> 

 

总结

以上是内存溢出为你收集整理的MAC M1 上python 环境搭建趟坑全部内容,希望文章能够帮你解决MAC M1 上python 环境搭建趟坑所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/langs/1185148.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-06-03
下一篇 2022-06-03

发表评论

登录后才能评论

评论列表(0条)

保存