I\'m on Mac and I\'m trying to install Sass using the command in terminal, \"sudo gem install sass\". I then enter my password, and everything works fine until this pops up
/usr/bin is protected by system integrity protection and is not writeable by anybody even root. You need to run:
/usr/bin
sudo gem install -n /usr/local/bin sass
to install into a writeable directory