On Thu, Oct 8, 2009 at 9:44 PM, kitty00 <[email protected]> wrote: > > How do I create symlink for rails? > I could not find where it is installed by gem. > > When I did symlink for gem. I found out that I had /usr/bin/gem1.8 > instead of /usr/bin/gem. > But this is not the case for rails. > > I found rails folder at /usr/local/lib/site_ruby/1.8/rubygems/gems/ > rails-2.3.4 > > But there is no file with rails-2.3.4 inside of the folder.
Gems, usually, are installed under /var/lib/gems/1.8/gems/ 1 direcotry per gem, and inside each one of these directories, you'll have a bin directory where executable files are placed. Just to be sure where it is, you can do: $sudo udpatedb $sudo locate rails | grep bin That will give you a more accurate result. -- Leonardo Mateo. There's no place like ~ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

