3 articles tagged RVM
-
Installing Ruby on Mountain Lion/MacPorts
If you use MacPorts, the following should get Ruby installed and working on your machine.
Install RVM
Taken from the RVM website:
curl -L https://get.rvm.io | bash ...
-
"ractivate", the Missing Script for RVM
When developing multiple projects in Ruby using RVM, I’ve found that it can be difficult to keep track of which binaries and gemsets you are using, and installing gems …
-
.rvmrc and binstubs
A while ago I wrote a script to help manage gemsets and PATH settings when switching between Ruby projects. It has worked very well, but I’ve recently learned about …