Created
June 12, 2014 15:17
-
-
Save jordinl-zz/d11919dacb2d7b7d2b2b to your computer and use it in GitHub Desktop.
Using rbenv with manually installed ruby
This file contains 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
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