问题
I'm trying to run the following command on my remote server (either via capistrano or ssh):
bundle exec RAILS_ENV=production script/delayed_job start
But I'm getting this error message: bundler: not executable: script/delayed_job
Never saw this before, and google had nothing for me. Any idea what might be the problem?
回答1:
Maybe it does not have permissions to run?
chmod +x script/delayed_job
来源:https://stackoverflow.com/questions/26958355/bundler-not-executable-script-delayed-job