MacOS环境安装pip3
2019-04-11 本文已影响0人
北冥Master
- 如果没有 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