Created
April 3, 2018 09:02
-
-
Save FelikZ/2499203c529211fb3530c748463916e3 to your computer and use it in GitHub Desktop.
Fix docker compose using python pip
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
pip uninstall docker-py | |
pip uninstall docker-compose | |
pip install --upgrade --force-reinstall --no-cache-dir docker-compose |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment