summer-tee

博客园 首页 新随笔 联系 订阅 管理

问题:执行pip安装其他模块时,提示Unknown or unsupported command 'install'
解决方法:
1.使用命令检查pip装在哪里
C:\>where pip
结果返回:
C:\strawberry\perl\bin\pip
C:\strawberry\perl\bin\pip.bat
C:\Python27\Scripts\pip.exe
2.进入C:\Python27\Scripts\


3.再执行pip install -U robotframework-requests

posted on 2018-02-08 11:15  summer-tee  阅读(129)  评论(0)    收藏  举报