Hello,

I'm not sure if I got it well, but I'll try my best. So have you
installed RVM already? It's wise to install Ruby 1.9, then set it as
default, then install the gem - but not as super user! So without
sudo! This way it won't be in your system files, it will be "Ruby-
vesrion-specific".

Also it's a good idea, hogy uninstall, reinstall rubygems, since
sometimes it's wokring well around updates.

May I ask you to write here the output of theese commands:
ruby -v
gem -v
rvm -v
rails -v
gem list

and your OS? and which Rails are you using/would you like to use?

I think alost every info is here:
http://rvm.beginrescueend.com/

but feel free to ask here, or almost every other mailing list... don't
care if others are not really helpful! ;)
cheers, good luck,
Zoltán

On nov. 29, 22:29, Paul Bergstrom <li...@ruby-forum.com> wrote:
> I've previously used Macports to manage ruby. Now I've installed rvm and
> installed ruby 1.9.2. Seems to be ok. But I'm a bit confused of where
> the gems are. So 2 questions:
>
> 1) I have my gems in .gem. This is the "old" location. With rvm they
> should be in .rvm. I've created a gemset global. Will this then be
> available for all apps on the server?
>
> 2) When trying to install mail with "gem install mail" I get "ERROR:
> While executing gem ... (Errno::EACCES) Permission denied -
> /Users/me/.gem/specs". Why (besides the permission issue)? Is it still
> trying to install in .gem?
>
> --
> Posted viahttp://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-t...@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