I have RVM set up on my mahchine, and installed the "whenever" gem on my machine to run cron jobs. When I tried to execute the command:
whenever --update-crontab store
I get this error:
-bash: whenever: command not found
I think a path issue is there. Kindly help me out.
If the gemfile has whenever gem and bundle install has been done, then use bundle exec for the right context.
bundle exec gem list whenever
bundle exec whenever <command>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With