Created
May 28, 2016 07:28
-
-
Save orangeeli/9f2b2ca519b9076cbdb04ee00a575889 to your computer and use it in GitHub Desktop.
Just a healthy reminder of the most used rvm commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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