Digital Sanctum

software development, technology and other square topics

Installing Ruby on Rails on Ubuntu ERROR: While executing gem … (Gem::GemNotFoundException)

with one comment

If you run into this error:

ERROR: While executing gem ... (Gem::GemNotFoundException)
Could not find rails (> 0) in any repository

while running the command:

CODE:
  1. sudo gem install rails --include-dependencies

just run the same command again and all should be good.

Written by Shane

November 7th, 2007 at 7:02 pm

One Response to 'Installing Ruby on Rails on Ubuntu ERROR: While executing gem … (Gem::GemNotFoundException)'

Subscribe to comments with RSS or TrackBack to 'Installing Ruby on Rails on Ubuntu ERROR: While executing gem … (Gem::GemNotFoundException)'.

  1. I had the same problem installing Rails on Ubuntu, but solved the issue by using apt-get:

    $ sudo apt-get install rails

    Keith Kim

    21 Nov 08 at 1:27 pm

Leave a Reply