Results 1 to 1 of 1
Hi,
I'm trying to install ruby on rails in my ubuntu 10.04 and I followed the next steps:
first I install ruby, rubygems and and other packages:
Code:
sudo apt-get ...
- 07-10-2010 #1Just Joined!
- Join Date
- Jul 2010
- Posts
- 6
Problem installing rails
Hi,
I'm trying to install ruby on rails in my ubuntu 10.04 and I followed the next steps:
first I install ruby, rubygems and and other packages:
All the package were installed with no problem, when I runCode:sudo apt-get install ruby rdoc libopenssl-ruby rubygems.
I get the correct answer, so the package were installed correctly.Code:ruby -v gem env
next I try to install rails with the command:
the installation of this gem is Ok. too, but when I try to run the command rails -v I get the error:Code:sudo gem install rails
The program 'rails' is currently not installed.
I know the gem rails were installed because when I run
I obtain the next result:Code:gem list
Code:actionmailer actionpack activerecord activeresource activesupport rack rails rake
I don't know what i miss.


Reply With Quote