0
点赞
收藏
分享

微信扫一扫

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

全栈顾问 2022-06-20 阅读 125
  1. sudo su - //接着输入密码切换到su环境
  2. python -m ensurepip //使用python确保安装pip工具,当然前提是安装了python了呀


举报

相关推荐

0 条评论