美文网首页我爱编程
12-python3,Mac下安装selenium

12-python3,Mac下安装selenium

作者: Valley4Z | 来源:发表于2018-04-17 15:42 被阅读37次

    Mac OS系统下,同时安装了python2.7和python3以上版本的包时,第三方库安装到指定版本的python下的命令操作

    01-安装一般的库命令
    python3 -m pip install requests

    01-安装需要管理员权限的库命令
    sudo python3 -m pip install selenium

    (暂时没找到修改配置文件bash_profile的方法,不然可以在终端直接输入不区分版本的命令)

    相关文章

      网友评论

        本文标题:12-python3,Mac下安装selenium

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