Ruby on Rails Wednesday, December 1, 2010

Paul Bergstrom wrote in post #965326:
> Maybe I should start over. If I uninstall rvm will that mean I get rid
> of the installed rvm gems as well? I presume so. Can I just delete the
> .rvm directory?

AFAIK everything related to RVM is stored inside ~/.rvm. I've
reinstalled before by simply deleting the directory and reinstalling.

If you want to know details about your RVM environment use...

rvm info

It will tell you where to find the gem folder and exactly what gemset
you're using. All of this information can be found in the RVM docs on
their web site.

--
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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

No comments:

Post a Comment