Skip to content

Instantly share code, notes, and snippets.

@yumitsu
Last active December 14, 2015 02:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yumitsu/5015386 to your computer and use it in GitHub Desktop.
Save yumitsu/5015386 to your computer and use it in GitHub Desktop.
Ruby 1.9.3 RVM installation with railsexpress patchset and patch for Clang compatibility.
#!/bin/bash
rvm get head
rvm install 1.9.3-p385 --with-gcc=clang --patch http://bit.ly/dwpatch,railsexpress -C --disable-werror
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment