mac zsh: command not found: pip解决方法

服务器 python 767      收藏
mac zsh: command not found: pip解决方法

第一步先下载:

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

第二步安装

sudo python3 get-pip.py

在控制台输入pip list 显示正常