安装pip之后,在dos命令框中输入pip,提示:unknown or unsupported command install,搜索之后,立马在:http://stackoverflow.com/questions/7469361/pip-on-windows-giving-the-error-unknown-or-unsupported-command-install/8634923得到结果。

方法1:

首先执行:where pip 得到结果,如果这个结果,不仅仅是Python下面的安装路径的话,例如,loadrunner也会有pip的执行程序,将loadrunner卸载之后,再去执行pip便可以了。

方法2:

1、where pip找出 所有 pip的路径;

2、找到,并进入Python下的那个pip路劲;

3、再通过pip install  selenium 安装 即可;

 

安装pip之后,执行pip,提示:unknown or unsupported command install

 

相关文章:

  • 2021-12-09
  • 2021-12-12
  • 2021-12-10
  • 2021-10-13
  • 2021-12-02
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-15
  • 2021-10-11
  • 2022-12-23
  • 2021-10-21
相关资源
相似解决方案