Skip to content

Instantly share code, notes, and snippets.

@orangeeli
Created May 28, 2016 07:28
Show Gist options
  • Save orangeeli/9f2b2ca519b9076cbdb04ee00a575889 to your computer and use it in GitHub Desktop.
Save orangeeli/9f2b2ca519b9076cbdb04ee00a575889 to your computer and use it in GitHub Desktop.
Just a healthy reminder of the most used rvm commands
#!/bin/bash
# Just a healthy reminder of the most used rvm commands.
# Just uncomment those you might want to use
# change gemset
# rvm use ruby-version@gemset-name
# create and change gemset
# rvm use ruby-version@gemset-name --create
# change ruby version
# rvm use ruby-version
# list ruby versions
# rvm list
# list gemsets
# rvm gemset list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment