Ubuntu: How to install Compass
Just do the following and everything will be okay.
sudo aptitude install rubygems
(if aptitude doesn't work, you need to install it first by doing this: sudo apt-get install aptitude)
sudo gem install compass
cd /usr/bin
sudo ln -s /var/lib/gems/1.8/bin/compass compass
Comments
Post a Comment