docker的安装没有问题,但在使用 docker-compose的时候一直提示找不到命令
那这里先升级一下pip:pip install --upgrade pip
pip下载docker-compose
pip install docker-compose

报错:告诉我Python版本不够
按照其他方法尝试:
pip install more-itertools==5.0.0

继续安装:
pip install docker-compose
红字没了

来源:CSDN
作者:Deeeelete
链接:https://blog.csdn.net/Deeeelete/article/details/103496918