【发布时间】:2014-09-04 01:40:08
【问题描述】:
我在 .zshrc 和 Ubuntu 12.04 上设置了我的 rbenv
并得到以下错误
Could not find tzinfo-0.3.40 in any of the sources
Runbundle installto install missing gems.
这是 crontab 中的命令
/bin/sh -l -c 'source ~/.zshrc && cd /home/poc/projects/zeus/ && bundle exec unicorn -c /home/poc/projects/zeus/config/unicorn.rb -E production -D -p 8080'
当我输入哪个 ruby 时,我预计它会返回 /home/poc/.rbenv/shims/ruby 但 /usr/local/bin/ruby
/bin/sh -l -c 'source ~/.zshrc; echo `which ruby`'
【问题讨论】:
标签: ruby-on-rails ubuntu crontab unicorn