Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialmarsha spell
Courses Plus Student 5,555 PointsDo I need to download anything else?
I am seeing this WARNING: Installing to ~/.gem since /Library/Ruby/Gems/1.8 and /usr/bin aren't both writable. WARNING: You don't have /Users/marshameumann/.gem/ruby/1.8/bin in your PATH, gem executables will not run. ERROR: Error installing jekyll: liquid requires RubyGems version >= 1.3.7
1 Answer
simhub
26,544 PointsHi marsha, maybe this helps...
Try to update gem first:
$ gem update --system
In case you get permission errors, you must resort to sudo for this and all other gem commands:
$ sudo gem update --system
i found this answer here: http://stackoverflow.com/questions/4904786/how-do-you-install-jekyll-on-osx