问题:执行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
浙公网安备 33010602011771号