美文网首页
mac zsh: command not found: pip解

mac zsh: command not found: pip解

作者: nick5683 | 来源:发表于2022-04-27 10:17 被阅读0次

第一步先下载:

curl https://bootstrap.pypa.io/pip/get-pip.py -o get-pip.py

第二步安装

sudo python3 get-pip.py

接下来就可以使用pip了,可以使用pip安装对应的模块了,例如requests

pip install requests
pip install bs4

相关文章

网友评论

      本文标题:mac zsh: command not found: pip解

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