Skip to content

Instantly share code, notes, and snippets.

@timharding
Created February 11, 2011 19:34
Show Gist options
  • Save timharding/822864 to your computer and use it in GitHub Desktop.
Save timharding/822864 to your computer and use it in GitHub Desktop.
Why is ruby 1.8.7, the system ruby showing up here?
tim@thefactory:~/Documents/Development/theorytest(redirect_to_partner_site)$ cat .rvmrc
rvm 1.8.6@theorytest
tim@thefactory:~/Documents/Development/theorytest(redirect_to_partner_site)$ which rake
/Users/tim/.rvm/gems/ruby-1.8.6-p399/bin/rake
tim@thefactory:~/Documents/Development/theorytest(redirect_to_partner_site)$ which ruby
/Users/tim/.rvm/rubies/ruby-1.8.6-p399/bin/ruby
tim@thefactory:~/Documents/Development/theorytest(redirect_to_partner_site)$ which rake
/Users/tim/.rvm/gems/ruby-1.8.6-p399/bin/rake
tim@thefactory:~/Documents/Development/theorytest(redirect_to_partner_site)$ rake
(in /Users/tim/Documents/Development/theorytest)
The following gems have native components that need to be built
rdiscount
nokogiri
You're running:
ruby 1.8.7.174 at /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
rubygems 1.3.7 at /Users/tim/.rvm/gems/ruby-1.8.6-p399, /Users/tim/.rvm/gems/ruby-1.8.6-p399@global
Run `rake gems:build` to build the unbuilt gems.
tim@thefactory:~/Documents/Development/theorytest(redirect_to_partner_site)$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment