Problems installing rails on Ubuntu 12.04. Rails gems library is empty
Posted
by
Woho87
on Super User
See other posts from Super User
or by Woho87
Published on 2012-07-10T14:43:12Z
Indexed on
2012/07/10
15:18 UTC
Read the original article
Hit count: 437
ruby
|ruby-on-rails
I got some problem installing rails on Ubuntu 12.04. I have rails working on my Ubuntu for a little time. But for some reason I uninstall rails. When I decided to install it again with sudo gem install rails
. The command rails -v
doesn't work. When I run the command sudo gem install rails
there is no error occurring just a message that saying:
Successfully installed rails-3.2.6
I look at the folder /usr/lib/ruby/gems/1.8/gems/rails-3.2.6
and it is completely empty?
I wonder how I can fix this problem?
© Super User or respective owner