From: Chris White Date: 2011-07-31T23:05:51+09:00 Subject: Re: Installing Ruby On Jul 31, 2011, at 6:59 AM, Hassan Schroeder wrote: > On Sun, Jul 31, 2011 at 5:08 AM, Chris White wrote: > >>> `initialize': Permission denied - >>> /Users/felipevelasquez/.rvm/gems/ruby-1.8.7-p352@metrocubico/cache/rake-0.9.2.gem >>> (Errno::EACCES) >> >> You're getting an EACCES (permission issue) error, so that means you need to run it with sudo: >> >> $ sudo bundle install > > No! It means the OP has screwed up his RVM install, probably by > running some rvm or gem command using sudo -- you should never > have to use sudo with rvm installed in your own home directory. :-) > > Use sudo to change back ownership of everything under ~/.rvm to > yourself. Yikes, skipped over that crucial part when I was reading the output. I shall discipline myself by reciting the sudo man page 100 times. Regards, Chris White