美文网首页
M2芯片的mac如何安装python

M2芯片的mac如何安装python

作者: 叁分醒 | 来源:发表于2023-04-10 20:59 被阅读0次

  网上都在说M2芯片或者Ventura系统不在预装python,其实是有的。先检查是否自带python3,可满足基础学习使用

M2芯片的mac自带python3

终端中输入“python3”即可进入;
输入whereis python即可查看路径;

官网下载指定版本

地址:https://www.python.org/downloads/macos/

通过brew安装

查看可选择的版本

brew search python3

安装python3

brew install python3

相关文章

网友评论

      本文标题:M2芯片的mac如何安装python

      本文链接:https://www.haomeiwen.com/subject/thuwddtx.html