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 trialShunsuke Taguchi
9,380 PointsCan't get a gem
I tried to install a gem but terminal says "You don't have write permissions for the /Library/Ruby/Gems/2.0.0 directory." What should I do?
1 Answer
Michael Hulet
47,913 PointsTry using sudo
on that gem, like this:
sudo gem install #Whatever gem you're trying to install
It'll ask you for your password, which should be the same as the one you use to log into your Mac. It won't look like it's accepting your input while you're typing your password, but I promise it is