MAC-brew安装Python配置

1. 安装 python

1
brew install python

2. 配置环境变量.zshrc

1
export PATH="/usr/local/opt/python@3.13/libexec/bin:$PATH"
您的支持将鼓励我继续创作