Created
January 12, 2012 19:31
-
-
Save justincampbell/1602546 to your computer and use it in GitHub Desktop.
GCC + 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
CC=/usr/bin/gcc-4.2 | |
if [ -x $CC ]; then | |
export CC | |
fi | |
rvm 1.9.3@project --create --install | |
rvm_project_rvmrc_default=1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment