[ec2-user@newbox ~]$ heroku
from
from /usr/local/lib/ruby/gems/1.9.1/gems/heroku-2.9.0/lib/heroku/command/run.rb:1:in `
from
from
from /usr/local/lib/ruby/gems/1.9.1/gems/heroku-2.9.0/lib/heroku/command.rb:17:in `block in load'
from /usr/local/lib/ruby/gems/1.9.1/gems/heroku-2.9.0/lib/heroku/command.rb:16:in `each'
from /usr/local/lib/ruby/gems/1.9.1/gems/heroku-2.9.0/lib/heroku/command.rb:16:in `load'
from /usr/local/lib/ruby/gems/1.9.1/gems/heroku-2.9.0/bin/heroku:13:in `
from /usr/local/bin/heroku:19:in `load'
from /usr/local/bin/heroku:19:in `
Ooops.
The gem install missed a dependency. This fixes it:
gem install rb-readline
That was easy, but took a good 10 minutes to figure out. Here's hoping you don't stumble over the same thing!
Thank you! You've saved me lots of grief!
ReplyDeleteNo worries. Glad it helped!
ReplyDelete