I just got a mac book pro and was thinking I would try my hand a ruby and ruby on rails I have installed rails with sudo gem install rails four different times because no one says to be in a certain dir when you start the install. I do which rails and get Rails is not currently installed on this system. To get the latest version, simply type: I have tried adding to the path where gem says rails is and I have restarted the whole computer still no luck any help would be great. I used the video on Lynda.com followed from the beginning so I am not sure whats going on. -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On Mon, Oct 31, 2011 at 2:33 PM, BigC <carl-I1h/6SdTw9GakBO8gow8eQ@public.gmane.org> wrote:> I just got a mac book pro and was thinking I would try my hand a ruby > and ruby on rails I have installed rails with sudo gem install rails > four different times because no one says to be in a certain dir when > you start the install.That''s because it doesn''t matter. :-) What is the output of `sudo gem install rails` ? What is the output of `gem list --local` ? What is the output of `gem env` ? -- Hassan Schroeder ------------------------ hassan.schroeder-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org http://about.me/hassanschroeder twitter: @hassan -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
https://github.com/thoughtbot/laptop This pointer takes you to a project with a couple of scripts that should setup what you need. It''sa polished and maintained set of scripts for installing ruby on rails on a mac. Best of luck! -kevin @kbedell On Mon, Oct 31, 2011 at 5:33 PM, BigC <carl-I1h/6SdTw9GakBO8gow8eQ@public.gmane.org> wrote:> I just got a mac book pro and was thinking I would try my hand a ruby > and ruby on rails I have installed rails with sudo gem install rails > four different times because no one says to be in a certain dir when > you start the install. I do which rails and get Rails is not currently > installed on this system. To get the latest version, simply type: I > have tried adding to the path where gem says rails is and I have > restarted the whole computer still no luck any help would be great. I > used the video on Lynda.com followed from the beginning so I am not > sure whats going on. > > -- > 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en. > >-- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.