So I’ve worked it out, for some reason upstart doesn’t like using ‘source’ so I changed the line from:
source bin/activate
to
. bin/activate
and that works, don’t know why though, so would be interested if someone could explain this
So I’ve worked it out, for some reason upstart doesn’t like using ‘source’ so I changed the line from:
source bin/activate
to
. bin/activate
and that works, don’t know why though, so would be interested if someone could explain this