RailsApps / learn-rails

An example Rails 5.1 app to accompany the "Learn Ruby on Rails" book.
https://learn-rails.com/install-rails-mac/index.html
392 stars 266 forks source link

RVM issue #4

Closed millarj closed 10 years ago

millarj commented 10 years ago

Hello, I'm on the Get Started chapter. When I try to use the Project Specific gemset, I receive the following error when I try to confirm that I have rails installed. Any suggestions?

jeffmillar$ rvm use ruby-2.0.0@learn-rails --create Using /Users/jeffmillar/.rvm/gems/ruby-2.0.0-p247 with gemset learn-rails jeffmillar$ gem install rails ERROR: While executing gem ... (Gem::FilePermissionError) You don't have write permissions for the /Users/jeffmillar/.rvm/gems/ruby-2.0.0-p247@learn-rails/bin directory. jeffmillar$ rvm gemset list

gemsets for ruby-2.0.0-p247 (found in /Users/jeffmillar/.rvm/gems/ruby-2.0.0-p247) (default) global => learn-rails

jeffmillar$

DanielKehoe commented 10 years ago

What operating system?

millarj commented 10 years ago

I just upgraded to Mavericks - Mac OS X version 10.9.

DanielKehoe commented 10 years ago

I believe it is an RVM issue. I recommend checking with the RVM maintainers on the IRC channel. Have you used IRC before?

You can get help directly from the RVM team using the IRC (Internet Relay Chat) channel #rvm on irc.freenode.net:

http://webchat.freenode.net/?channels=rvm

If you’ve never used IRC, it’s worthwhile to figure out how to use IRC because the RVM team is helpful and friendly. IRC on freenode requires registration: http://en.wikipedia.org/wiki/Wikipedia:IRC/Tutorial#Nickname_registration

DanielKehoe commented 10 years ago

Did you resolve this issues? What was the problem?

DanielKehoe commented 10 years ago

I believe this was corrected in a newer release of RVM.