我执行这个:
$ /usr/local/heroku/bin/heroku version
heroku-toolbelt/2.39.4 (i686-darwin10.8.0) ruby/1.8.7
$ rvm use ruby-1.8.7-p299
Using /Users/jose/.rvm/gems/ruby-1.8.7-p299
$ /usr/local/heroku/bin/heroku run script/rails console -a app
Running script/rails console attached to terminal... up, run.8571
/usr/bin/env: ruby1.8: No such file or directory
我无法在我的生产环境中启动 rails 控制台。我究竟做错了什么?多年来,我已经多次这样做了....,虽然这个项目不是很活跃,而且自 3 个月前左右我就没有这样做过。
谢谢四位帮忙!!!