Fixing Compass after update to El Capitan OSX 10.11

·

1 min read

update xcode-select by:

xcode-select --install

and then re-install compass and put the PATH in the install command for ruby gem package:

sudo gem install -n /usr/local/bin compass

I try to compass watch and it's work.