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. On Oct 6, 5:18 pm, Leonardo Mateo <[email protected]> wrote: > On Tue, Oct 6, 2009 at 6:19 PM,kitty00<[email protected]> wrote: > > > I installed ruby gems from their website and installed rails using gem > > install rails > > I got a successful installed notification. > > But when I tried to use rails command, it gave me command not found. > > > After I installed gems. I had to create a symbolic link otherwise gem > > command wouldn't work. > > > Anyone know how to get rails to work? > > Debian and Ubuntu, at least, don't include the paths for your gems, > nor create any symlink. > I think you don't have many choices here, either you modify your path > or create symlinks for each installed gem that has executable files. > > -- > 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 -~----------~----~----~----~------~----~------~--~---

