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?

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct