标签:关于 模块 pytho command com runner script xxx scripts
执行pip命令安装模块,提示unknow or unsupported command install
原因:
使用where pip查看,
电脑中装了loadrunner,存在多个pip,不知道使用哪个pip
解决:
1.删除系统变量中关于lr里pip的配置
2.直接进入python/Scripts目录下执行pip
3.执行pip.exe install xxx
pip命令提示unknow or unsupported command install解决方法
标签:关于 模块 pytho command com runner script xxx scripts
原文地址:https://www.cnblogs.com/liu-ke/p/11468634.html