May 2011
1 post
3 tags
Installing RVM on Mac OS X 10.6
I recently got a new MacBook Pro, and haven’t gotten around to installing RVM yet. So when I took on this task today, I was totally surprised buy the issues I faced.
Prerequisites
Git
Terminal chops
Installation
The default installation method is the easiest, so I suggest you follow it. As documented on the official RVM site, just use this one-liner:
That’s it, or so I...