Fix Ruby Gems Permission Error
The Problem
When installing gem in Mac OS X Yosemite, I got the following error:
ERROR: While executing gem … (Gem::FilePermissionError) You don’t have write permissions for the /Library/Ruby/Gems/2.0.0 directory.
The Solution
Step 1: Install Rbenv...
victorleungtw.hashnode.dev1 min read