[Rails] Re: Trouble with RVM permissions when executing a command line 'bundle install'

2014-01-30 Thread Frederick Cheung
On Thursday, January 30, 2014 5:41:59 AM UTC, Eric Jefcoat wrote: ERROR: While executing gem ... (Gem::FilePermissionError) You don't have write permissions into the /usr/local/rvm/gems/ruby-1.9.3-p392 directory. That looks like a systemwide install of rvm - normally the rvm folder is

[Rails] Re: Trouble with RVM permissions when executing a command line 'bundle install'

2014-01-30 Thread Eric Jefcoat
Fred, How do I go about removing rvm? I don't remember setting up a root user password on my computer, When I search Spotlight for rvm, I get some other gem and ruby folders it looks like, but not something named rvm. Thanks for your help, Eric On Thursday, January 30, 2014 3:08:16 AM UTC-7,

[Rails] Re: Trouble with RVM permissions when executing a command line 'bundle install'

2014-01-30 Thread MichaƂ Papis
You have two options: 1) fix the permissions: - make sure you are in rvm group, run id and there should be group rvm - if it is not there run: rvm group add rvm $USER - make sure that rvm is up to date and has properly set permissions: rvm get stable; rvm fix-permissions - restart your

[Rails] Re: Trouble with RVM permissions when executing a command line 'bundle install'

2014-01-30 Thread Frederick Cheung
On Thursday, January 30, 2014 10:56:04 AM UTC, Eric Jefcoat wrote: Fred, How do I go about removing rvm? I don't remember setting up a root user password on my computer, When I search Spotlight for rvm, I get some other gem and ruby folders it looks like, but not something named rvm.

[Rails] Re: Trouble with RVM permissions when executing a command line 'bundle install'

2014-01-30 Thread Eric Jefcoat
Michael, Thank you for helping. I followed your directions to fix the permissions, and I was able to run the bundle install, without errors! You are the man!! Thank you so much! Eric computer:crumblr admin$ rails server