在Mac上使用brew安装Python3

Mac Python brew

安装

brew install python3

修改 .zshrc

export PATH="/opt/homebrew/bin:$PATH"