- 如果没有 python3,则先安装:
brew install python3
- 安装完成, 可以继续安装 pip3 包管理工具:
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python3 get-pip.py
- 检查一下版本:
python3 -V
pip3 -V
brew install python3
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python3 get-pip.py
python3 -V
pip3 -V
本文标题:MacOS环境安装pip3
本文链接:https://www.haomeiwen.com/subject/tpvfwqtx.html
网友评论