Last active
December 20, 2015 01:28
-
-
Save benjamincharity/6048783 to your computer and use it in GitHub Desktop.
Create, use and trust a .rvmrc file.
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
# Create and use an rvm gemset | |
rvm --rvmrc --create ruby-1.9.3@myProject | |
# Set the rvm as trusted | |
rvm rvmrc trust . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment