Hey,

This is because you installed rvm, which is my preference but I have no
qualms about you using rbenv. For some reason the permissions on something
in your rvm directory got changed.

sudo chown -r $USER:/$USER $HOME/.rvm

That will help there. I can help you continue to use rvm if you want. If
~/.rvm/scripts/rvm is sourced in your shell, you likely just need to set a
new default ruby.

rvm list # lists locally installed rubies

You might want to make sure you have the one you want. I suggest rvm
install 1.9.3, which gets you the latest patch set rvm knows about.

After that, you do this

rvm use <ruby> --default

Whichever system you use, for simplicity, I'd suggest removing the other.

~Spaceghost
On Jan 15, 2013 12:01 AM, "Josh Aronoff" <li...@ruby-forum.com> wrote:

> OK.... I went the Homebrew route, after some googling and tried to
> update my 1.8.7 Ruby to 1.9.3 like you mentioned and I'm STILL running
> into a permissions thing with my Library and that Gems directory.
>
> After running $ gem install rails bundler unicorn pg ....
>
> I get this:
>
> Permission denied -
> /Users/aronoff/.rvm/gems/ruby-1.9.3-p194/cache/activesupport-3.2.11.gem
>
>
> -----
>
> Is this a chmod thing I need to do? I'm not that familiar with that kind
> of stuff either. Thank you all for your help, I really appreciate it!
>
> --
> 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 https://groups.google.com/groups/opt_out.
>
>
>

-- 
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 https://groups.google.com/groups/opt_out.


Reply via email to