Is there something similar to the Python utility virtualenv?
Basically it allows you to install Python packages into a sandboxed environment, so easy_install d
easy_install d
RVM works closer to how virtualenv works since it lets you sandbox different ruby versions and their gems, etc.