【发布时间】:2025-12-08 07:00:01
【问题描述】:
当运行一个 cron 作业时
/home/user/.rvm/bin/rvm 1.9.3-p550 do bundle exec rake ts:rebuild RAILS_ENV=
Ubuntu 14.04 发送一封包含以下消息的邮件
RVM is not a function, selecting rubies with 'rvm use ...' will not work.
./profile 包含以下行:
export PATH="$PATH:$HOME/.rvm/bin" # Add RVM
解决方法是什么?
【问题讨论】:
标签: ruby-on-rails-3.2 rvm crontab ubuntu-14.04