File "/usr/bin/pip", line 11, in <module> sys.exit(__main__._main()) AttributeError: 'module' object has no attribute '_main'

多个版本pip共存导致

直接使用pip2进行安装即可

如:pip2 install requests

原文地址:https://www.cnblogs.com/theWinter/p/10149883.html