mac上出现-bash: pip: command not found的解决方法

  1. sudo su - //接着输入密码切换到su环境
  2. python -m ensurepip //使用python确保安装pip工具,当然前提是安装了python了呀
posted @ 2022-06-11 10:36  yongfengnice  阅读(293)  评论(0)    收藏  举报