I think I found what the problem is. It’s because run.sh
has DOS-style line endings. It tries to append the carriage return character to the interpreter path at the beginning and obviously fails, because there is no such file.
You can resolve it by just converting run.sh
to UNIX-style line endings using a text editor of your choice (most text editors can do that).