Created
December 25, 2010 23:04
-
-
Save wingrunr21/755096 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
wingrunr21@wings ~/Desktop/rubinius > which ruby | |
/Users/wingrunr21/.rvm/rubies/ruby-1.8.7-p302/bin/ruby | |
wingrunr21@wings ~/Desktop/rubinius > rvm system | |
wingrunr21@wings ~/Desktop/rubinius > which ruby | |
/usr/bin/ruby | |
wingrunr21@wings ~/Desktop/rubinius > which rake | |
/usr/bin/rake | |
wingrunr21@wings ~/Desktop/rubinius > /usr/bin/rake | |
(in /Users/wingrunr21/Desktop/rubinius) | |
Unable to build using the running Ruby executable. | |
To resolve this issue: | |
* Use '/Users/wingrunr21/.rvm/rubies/ruby-1.8.7-p302/bin/ruby' to build. | |
wingrunr21@wings ~/Desktop/rubinius > rake | |
(in /Users/wingrunr21/Desktop/rubinius) | |
Unable to build using the running Ruby executable. | |
To resolve this issue: | |
* Use '/Users/wingrunr21/.rvm/rubies/ruby-1.8.7-p302/bin/ruby' to build. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment