Running: sudo gem install compass
I receive the following error:
ERROR: While executing gem ... (Errno::EPERM)
Operation not permitted - /usr/bin/compass
Any suggestions?
This worked for me (no idea why): danielgolden @ https://github.com/Compass/compass/issues/2018
brew install ruby
sudo gem update --system
sudo gem install compass