OS X – “Error installing sass”

While installing Sass on new OS X machine with the bog-standard sudo gem install sass, I’ve only had fat finger errors until today. Failed to build gem native extension., I was told.

Turns out I had to update Gem first with sudo gem update --system to make that go away.

That cleared things up and I could install Sass, enabling me to make more fat finger errors in CSS.