2011-12-19 26 views
1

私はherokuをインストールしたばかりで、Rubyのレールで使用する予定です。私は"heroku create"コマンドを実行したときしかし、私はこれを取得:"heroku create"を実行できません

[email protected]:~/rails_projects/first_app> gem install heroku 
Successfully installed heroku-2.16.3 
1 gem installed 
Installing ri documentation for heroku-2.16.3... 
Installing RDoc documentation for heroku-2.16.3... 
[email protected]:~/rails_projects/first_app> heroku -v 
/home/hadoop/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require': no such file to load -- readline (LoadError) 
    from /home/hadoop/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require' 
    from /home/hadoop/.rvm/gems/[email protected]/gems/heroku-2.16.3/lib/heroku/command/run.rb:1:in `<top (required)>' 
    from /home/hadoop/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require' 
    from /home/hadoop/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require' 
    from /home/hadoop/.rvm/gems/[email protected]/gems/heroku-2.16.3/lib/heroku/command.rb:14:in `block in load' 
    from /home/hadoop/.rvm/gems/[email protected]/gems/heroku-2.16.3/lib/heroku/command.rb:13:in `each' 
    from /home/hadoop/.rvm/gems/[email protected]/gems/heroku-2.16.3/lib/heroku/command.rb:13:in `load' 
    from /home/hadoop/.rvm/gems/[email protected]/gems/heroku-2.16.3/bin/heroku:12:in `<top (required)>' 
    from /home/hadoop/.rvm/gems/[email protected]/bin/heroku:19:in `load' 
    from /home/hadoop/.rvm/gems/[email protected]/bin/heroku:19:in `<main>' 
[email protected]:~/rails_projects/first_app 

は、私が使用しているバージョンに何か問題はありますか?

答えて

関連する問題