If docker-compose is installed using python-pip sudo apt-get -y install python-pip sudo pip install docker-compose try using pip show --files docker-compose to see where it is installed. If docker-compose is installed in user path, then try: sudo "PATH=$PATH" docker-compose
19.11.2019 · If you are having trouble installing Docker Compose with the steps mentioned above, try downloading the software using the Pip package manager. Simply type in the following command in the terminal window: sudo pip install docker-compose
How to install Docker Compose. ... we've started working on Docker Desktop for Linux which is the second-most popular ... pip uninstall docker-compose.
If your platform is not supported, you can download Docker Compose using pip : pip install docker-compose. Note: Docker Compose requires Python 3.6 or later ...
22.06.2020 · So, first “pip” needs to be installed. apt-get install python-pip Then, we use pip command to install docker-compose. pip install docker-compose This resolves the error. 2. Outdated version Another common error while running ‘pip install docker-compose==1.25’ in a docker container looks like,
Description of the issue pip install in container - or in dockerfile (build) failed Context information (for bug reports) Output of docker-compose version docker-compose version 1.29.2, build unknown docker-py version: 5.0.0 CPython vers...