Skip to content

Instantly share code, notes, and snippets.

@wingrunr21
Created December 25, 2010 23:04
Show Gist options
  • Save wingrunr21/755096 to your computer and use it in GitHub Desktop.
Save wingrunr21/755096 to your computer and use it in GitHub Desktop.
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