概述
报错截图
1、下载
2、安装
最近因某个模块用了Mysqldb,准备在用pip安装mysqldb的时候提示了以下错误:
-bash: pip: command not found,简单记录一下一般这种情况的处理方式。

报错截图

1、下载
$ wget https://bootstrap.pypa.io/get-pip.py

2、安装
$ python get-pip.py

最近因某个模块用了Mysqldb,准备在用pip安装mysqldb的时候提示了以下错误:
-bash: pip: command not found,简单记录一下一般这种情况的处理方式。


$ wget https://bootstrap.pypa.io/get-pip.py

$ python get-pip.py

Copyright © 2018 - 2021 www.yd166.com., All Rights Reserved.