Created
August 15, 2012 22:49
-
-
Save dan-palmer/3364424 to your computer and use it in GitHub Desktop.
Add RVM
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
# Load RVM into a shell session *as a function* (in ~./bashrc or ~/.bash_profile) | |
echo [[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" >> ~/.bashrc | |
source ~/.bashrc | |
# incase of bullshit gcc/llvm issue do for 1.9.2 version.. | |
# rvm install ruby-1.9.2 --with-gcc=clang |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment