Last Updated: February 25, 2016
·
684
· lancevo

Install Jekyllrb on Mac OS X Maverick

After I installed a fresh new copy of OS X Maverick, I ran into issues with installing jekyllrb. I made a few mistakes a long the way, I installed rvm with ruby 1.9.3. But after I upgraded to to 2.0.0, it installed just fine. There are several things must be done:

  1. Install XCode5
  2. Download XCode command tools for Maverick from Apple developer site, it doesn't come with XCode5. Of course, install it.
  3. Install RVM with ruby 2.0.0
  4. Install jekyllrb

That should be it.