美文网首页
MacOS环境安装pip3

MacOS环境安装pip3

作者: 北冥Master | 来源:发表于2019-04-11 23:27 被阅读0次
  1. 如果没有 python3,则先安装:
brew install python3
  1. 安装完成, 可以继续安装 pip3 包管理工具:
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python3 get-pip.py
  1. 检查一下版本:
python3 -V
pip3 -V

相关文章

网友评论

      本文标题:MacOS环境安装pip3

      本文链接:https://www.haomeiwen.com/subject/tpvfwqtx.html