Skip to content

Instantly share code, notes, and snippets.

@jordinl-zz
Created June 12, 2014 15:17
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 jordinl-zz/d11919dacb2d7b7d2b2b to your computer and use it in GitHub Desktop.
Save jordinl-zz/d11919dacb2d7b7d2b2b to your computer and use it in GitHub Desktop.
Using rbenv with manually installed ruby
cd /tmp
git clone git://github.com/rubinius/rubinius.git ruby
cd ruby
git co vX.X.X
bundle
./configure --prefix=/.rbenv/versions/rbx-2.2.8
rake
rm -rf ruby
cd -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment