CentOS 7 安装 docker-compose

安装pip3# 安装依赖 yum install -y epel-release # 安装 python 3 yum install python3 # 检查 python 版本和 pip 版本 python3 -V pip3 -V # 更新 pip python3 -m pip ins...