Created
June 16, 2011 03:39
-
-
Save wtnabe/1028633 to your computer and use it in GitHub Desktop.
A trap of OSX 10.6's pre-installed gem command
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
$ /usr/bin/gem install sass | |
WARNING: Installing to ~/.gem since /Library/Ruby/Gems/1.8 and | |
/usr/bin aren't both writable. | |
WARNING: You don't have /Users/USER/.gem/ruby/1.8/bin in your PATH, | |
gem executables will not run. | |
Successfully installed sass-3.1.2 | |
1 gem installed | |
Installing ri documentation for sass-3.1.2... | |
Installing RDoc documentation for sass-3.1.2... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment