Skip to content

Instantly share code, notes, and snippets.

@donnfelker
Created March 26, 2012 17:19
Show Gist options
  • Save donnfelker/2206688 to your computer and use it in GitHub Desktop.
Save donnfelker/2206688 to your computer and use it in GitHub Desktop.
Install Ruby when you get LVVM Error
# Depends on system, might need to perform "which gcc-4.2" to find location of gcc-4.2
# Once found, install the version of Ruby you need here. Change the version of ruby to one
# that matches your needs.
CC=/usr/bin/gcc-4.2 rvm reinstall ruby-1.8.7-p334
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment