1 how do i get docker-compose to work?
i have spun up an debian 11 server and have installed both docker and docker-compose on it. Everytime i issue a docker-compose command i get the following error:
/usr/local/bin/docker-compose: line 1: Not: command not found
2 Replies
/usr/local/bin/docker-compose: line 1: Not: command not found
docker-compose has a gazillion dependencies on various & sundry python3 things? Did you install all of those correctly? After you did all that, did docker-compose install correctly?
-- sw
@stevewi I just asked a similar question here
I've only followed the steps in the guide, which don't indicate anything with Python.
From these steps do you have an idea what it could be?