SitePoint Sponsor |
|
User Tag List
Results 1 to 6 of 6
-
Jun 9, 2006, 13:57 #1
Gems thinks Rails isn't installed
Install required dependency rails? [Yn] n
ERROR: While executing gem ... (Gem:ependencyError)
Required dependency rails not installed
~ 506% which rails
/usr/local/bin/rails
How do I tell it about rails? :-(
-
Jun 9, 2006, 14:35 #2
Did you install rails using the gem system?
Ohai!
-
Jun 9, 2006, 15:00 #3
I guess not
But I thought I did. I followed instructions on the web somewhere <laugh> I don't see anything about rails in the directory where I keep source I download and compile myself, only ruby and rubygems.
-
Jun 10, 2006, 04:40 #4
- Join Date
- Aug 2005
- Posts
- 986
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Install it with:
gem install rails
Or answer y to that question, and remove previous installations.
-
Jun 11, 2006, 20:46 #5
Is it a problem to install rails with gem if rails is already installed?
-
Jun 12, 2006, 00:59 #6
- Join Date
- Aug 2005
- Posts
- 986
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
I don't think it is a problem if you remove the original installation from your path.
Bookmarks