OS: Linux mint
Installed the docker-composer using:
when I tried the following command for making sure it is running. In the same terminal
Solution : The Solution was to close the terminal where I did the installation and start another terminal and it worked fine.
Installed the docker-composer using:
pip install docker-compose --user
when I tried the following command for making sure it is running. In the same terminal
docker-compose --versionIt send a error of not recognizing the command.
Solution : The Solution was to close the terminal where I did the installation and start another terminal and it worked fine.
Comments
Post a Comment