美文网首页
Mac下为python安装docker

Mac下为python安装docker

作者: FishSky | 来源:发表于2018-08-01 13:36 被阅读6次

    Mac下为python安装docker会遇到pip版本过低和权限问题的问题

    升级pip
    sudo python -m pip install --update pip -i http://pypi.douban.com/simple --trusted-host pypi.douban.com

    安装docker
    sudo pip install docker -i http://pypi.douban.com/simple --trusted-host pypi.douban.com

    相关文章

      网友评论

          本文标题:Mac下为python安装docker

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