cenos安装docker-compose报错ERROR: Command errored out with exit status 1: python setup.py egg_info Check
适用于python2使用pip方法安装docker-composepipinstall--upgradepippipinstall--upgradesetuptoolspip是python软件包的安装和管理工具,有了这个工具,我们只需要一个命令就可以轻松的python的任意类库。setuptools是python的基础包工具,可以帮助我们轻松的下载,构建,安装,升级,卸载python的软件包。