m1 安装 python
2022-11-09 tech python mac homebrew 1 mins 3 图 627 字
brew install python3
更改.bashrc
或.zshrc
alias python="/opt/homebrew/bin/python3"
alias python3="/opt/homebrew/bin/python3"
确认 pip 命令
$ python3 -m pip --version
pip 22.2.2 from /opt/homebrew/lib/python3.10/site-packages/pip (python 3.10)
$ python3 -m pip install --upgrade setuptools
$ python3 -m pip install --upgrade pip
$ pip --version
修改pip源为阿里源
pip config set global.index-url https://mirrors.aliyun.com/pypi/simple