1.通过pip show selenium 查看是否已经安装过selenium,如果已经安装selenium会显示安装的selenium的版本信息。
如果在使用pip 查看命令报Unknown or unsupported command ''错误,则可能因为系统多个软件存在pip命令,可以通过 where pip 命令查看pip的位置,并进入到指定的目录运行pip命令。
2、通过pip install selenium -U 命令安装或将selenium升级到最新版本。