[snip]

>
> can anyone guide me..?
>

First, you'll need to install Ruby 1.9.1 because it was the first production
release of Ruby 1.9.  Next, you should be able to install gems as follows:

For Ruby 1.9.1:

sudo gem1.9 install <gem-name>

For Ruby 1.8.7:

sudo gem1.8 install <gem-name>

Good luck,

-Conrad


> thanx.
> --
> Posted via http://www.ruby-forum.com/.
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to