我有以下命令在crontab中,當我在終端運行此命令時,它工作正常,但當我在crontab中運行這個正在以下錯誤crontab的拋出錯誤
* * * * * cd /home/path/application && RAILS_ENV=development ./bundle exec rake namespacefolder:rake_file
錯誤:
bundler: command not found: rake
Install missing gem executables with `bundle install`
有人請幫忙。
什麼措辭可能比'bundler'已經給你的更清楚? **使用'bundle install' **安裝缺少的gem可執行文件。 – mudasobwa