Skip to content

Instantly share code, notes, and snippets.

@xrd
Created July 26, 2010 04:19
Show Gist options
  • Save xrd/490172 to your computer and use it in GitHub Desktop.
Save xrd/490172 to your computer and use it in GitHub Desktop.
Blah-MacBook-Pro:eco blah$ gem install json
WARNING: Installing to ~/.gem since /Library/Ruby/Gems/1.8 and
/usr/bin aren't both writable.
WARNING: You don't have /Users/blah/.gem/ruby/1.8/bin in your PATH,
gem executables will not run.
Building native extensions. This could take a while...
Successfully installed json-1.4.3
1 gem installed
Installing ri documentation for json-1.4.3...
Installing RDoc documentation for json-1.4.3...
Blah-MacBook-Pro:eco blah$ ruby -rjson -e '1'
ruby: no such file to load -- json (LoadError)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment