Skip to content

Instantly share code, notes, and snippets.

@pferrel
Created August 20, 2013 01:15
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 pferrel/6276044 to your computer and use it in GitHub Desktop.
Save pferrel/6276044 to your computer and use it in GitHub Desktop.
Maclaurin:guide pat$ rvm use 1.9.3 ; ruby -rpsych -e 'puts Psych'
Using /Users/pat/.rvm/gems/ruby-1.9.3-p448
/Users/pat/.rvm/rubies/ruby-1.9.3-p448/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require': dlopen(/Users/pat/.rvm/rubies/ruby-1.9.3-p448/lib/ruby/1.9.1/x86_64-darwin12.4.0/psych.bundle, 9): Library not loaded: /usr/local/lib/libyaml-0.2.dylib (LoadError)
Referenced from: /Users/pat/.rvm/rubies/ruby-1.9.3-p448/lib/ruby/1.9.1/x86_64-darwin12.4.0/psych.bundle
Reason: image not found - /Users/pat/.rvm/rubies/ruby-1.9.3-p448/lib/ruby/1.9.1/x86_64-darwin12.4.0/psych.bundle
from /Users/pat/.rvm/rubies/ruby-1.9.3-p448/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
from /Users/pat/.rvm/rubies/ruby-1.9.3-p448/lib/ruby/1.9.1/psych.rb:1:in `<top (required)>'
from /Users/pat/.rvm/rubies/ruby-1.9.3-p448/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
from /Users/pat/.rvm/rubies/ruby-1.9.3-p448/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
Maclaurin:guide pat$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment