Created
January 17, 2014 14:08
-
-
Save hernandesbsousa/8473851 to your computer and use it in GitHub Desktop.
Installing rvm@ubuntu
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
| curl -L https://get.rvm.io | bash -s stable | |
| rvm requirements --autolibs=enable | |
| rvm install 2.0.0 | |
| rvm use 2.0.0 | |
| rvm --default 2.0.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment