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会遇到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
网友评论