Skip to content

Instantly share code, notes, and snippets.

@brixen
Created March 12, 2014 18:04
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 brixen/9512602 to your computer and use it in GitHub Desktop.
Save brixen/9512602 to your computer and use it in GitHub Desktop.
cd /tmp
curl -O http://binaries.rubini.us/osx/10.9/x86_64/rubinius-2.2.6.tar.bz2
tar -xjf rubinius-2.2.6.tar.bz2
mv rubinius/2.2.6 ~/.rubies/rbx-2.2.6
rm -r rubinius rubinius-2.2.6.tar.bz2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment