开发者

heroku running problem

开发者 https://www.devze.com 2023-04-01 23:37 出处:网络
I am learning ruby from this guide http://ruby.railstutorial.org/ruby-on-rails-tutorial-book#sec:deploying, and I am trying to install and make heroku to work. I added heroku to the PATH variable, (I

I am learning ruby from this guide http://ruby.railstutorial.org/ruby-on-rails-tutorial-book#sec:deploying, and I am trying to install and make heroku to work. I added heroku to the PATH variable, (I am using ubuntu) b开发者_如何学Goun when i type #command: herokuit returns this:

"/usr/lib/ruby/1.8/rubygems.rb:779:in 'report_activate_error': Could not find RubyGem heroku (>=0) (Gem::LoadError)
from /usr/lib/ruby/1.8/rubygems.rb:214:in 'activate'
...
...
..."


Looks like you haven't installed the Heroku gem;

sudo gem install heroku
0

精彩评论

暂无评论...
验证码 换一张
取 消