Created
December 2, 2016 20:05
-
-
Save jasodeep/916d8435944b33382392c138c3c40579 to your computer and use it in GitHub Desktop.
Install Sass & Compass on debian
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo aptitude install ruby-full | |
sudo gem install sass | |
sudo gem install compass |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You have to install build-essential package before installing the gems:
sudo aptitude install build-essential