Skip to content

Instantly share code, notes, and snippets.

@justincampbell
Created January 12, 2012 19:31
Show Gist options
  • Save justincampbell/1602546 to your computer and use it in GitHub Desktop.
Save justincampbell/1602546 to your computer and use it in GitHub Desktop.
GCC + RVM
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