Sudo Setup Bench Production

The first line tells you:

WARN: Command not being executed in bench directory

The last line tells you:

FileNotFoundError: [Errno 2] No such file or directory: ‘./config/supervisor.conf’

It’s looking for /home/ubuntu/config/supervisor.conf but can’t find it because you arn’t in a bench directory.

4 Likes