MAC M1 上python 环境搭建趟坑

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—Redis的安装及使用(使用Homebrew进行安装)


下一篇:mac nginx安装、启动、简单命令