美文网首页
Mac Python+Selenium 安装

Mac Python+Selenium 安装

作者: 我是张迪 | 来源:发表于2019-02-14 21:13 被阅读0次

    1. Mac 自带Python,在终端中可以查询Python 版本

    2. 执行一下命令安装pip

    3. 执行命令 sudo pip install selenium 安装selenium, 

    4. 执行命令 pip show selenium 查看selenium版本

    5. 执行命令 sudo pip uninstall selenium 即可卸载selenium

    相关文章

      网友评论

          本文标题:Mac Python+Selenium 安装

          本文链接:https://www.haomeiwen.com/subject/rubyeqtx.html