Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialDov Brodkin
2,695 PointsInstalling Sass On a Windows Laptop
I installed Ruby 1.9.3-p551 documentation (CHM format) What Do I do now? Is there a website or video that could help me?
3 Answers
Chris Shaw
26,676 PointsHi Dov,
I recommend you go back and watch the video again as Hampton does explain how to install Sass using the Ruby gem
command.
Jean-Pierre Robak
5,288 PointsI've tried philippronge's suggestion and it still can't install Sass. I have installed three different versions of Ruby for Windows now and none are able to recognise 'sass' as an internal or external command, operable program or batch file. What do i do from here, i'm at a complete loss.
cesarruelas
27,718 PointsOk I installed it in my Windows 7 laptop doing the following:
Get the Ruby 2.1.6 installer from here: http://rubyinstaller.org/downloads/
When installing, check the "Add Ruby executables to PATH" (or something like that) option
Open PowerShell, type in "gem" to confirm Ruby was installed
Type in "gem install sass"
Wait for it to install
Type in "sass --version" to confirm Sass was installed
You now have Sass in your laptop
Jean-Pierre Robak
5,288 PointsCesar... YOU ARE THE MAN!!! Thanks to you, i'm all sorted now. Please post your answer below so i can score you.
philippronge
13,539 PointsHi there,
I found the steps that work for me: 1 - I downloaded the "Ruby 1.9.3-p551"-installer (This is an exe file) Hint: Newer versions not compatible with all packages out there) 2 - Install "Ruby 1.9.3-p551" - nothing special to watch out 3 - Run from the Start-menu --> folder "Ruby 1.9.3-p551" --> click on "Start Command Prompt with Ruby" 4 - Command Prompt opens up and you can follow the video tutorial
Dov Brodkin
2,695 PointsDov Brodkin
2,695 PointsThanks