Created
July 26, 2010 04:19
-
-
Save xrd/490172 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
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