Create a new gemset with RVM

Updated . Posted . Visible to the public.

To use different Ruby versions on your computer you can use the Ruby Version Manager Show archive.org snapshot . It also allows you to pack different gemsets for each of your applications. In order to create on of those just type ...

rvm use 1.8.7-p323@makandra_project_xy --create

This command creates and switches to the newly created gemset.

Last edit
License
Source code in this card is licensed under the MIT License.
Posted to makandra dev (2011-11-23 08:15)