javan/whenever

bash: whenever: command not found

certilremy opened this issue · 1 comments

I don't know what to do anymore after spending one day looking for help on google. No one was helpful, no one I keep getting: "bash: whenever: command not found". My app is up in running here: www.achvimizik.net. I just want to add a job to create a site map for me every week. I install the gem
gem 'whenever', require: false
people said to remove the require false nothing.
the only thing working for me is that
$ bundle exec wheneverize
After that :
$ whenever --update-crontab or $ whenever --help i got bash: whenever: command not found .
Following the documentation and read all of the articles from google's search result. Nothing Can Help me.

I closed the Issue I figure out how to solve the error. I delete everything and start from scratch it works for me thanks.