Skip to content

Instantly share code, notes, and snippets.

@marcelosantos
Last active June 3, 2017 21:53
Show Gist options
  • Save marcelosantos/7425edb32caf459617cbe7a950ec3db9 to your computer and use it in GitHub Desktop.
Save marcelosantos/7425edb32caf459617cbe7a950ec3db9 to your computer and use it in GitHub Desktop.
This is an simples step-by-step with some commands to use GEMSET on Ruby ENVIROMENTS

Using gemset to development with Ruby enviroments

Creating an gemset ENV

$ rvm gemset create GEMSET_NAME

Using an gemset ENV

$ rvm gemset use GEMSET_NAME

Deleting an gemset ENV

$ rvm gemset delete GEMSET_NAME

Listing an gemset ENV

$ rvm gemset list

Creating an gemset ENV

$ rvm --create --rvmrc use RUBY_VERSION@GEMSET_NAME

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment