Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Thomas Moore
Front End Web Development Techdegree Graduate 25,371 Points"Q: The command we use to install Ruby Sass is:"
I'm stuck on this question in the first quiz.
The other answers are relatively straightforward, but I've watched the two intro videos a couple of times but it doesn't look like Guil mentions what the answer to this question is.
"The command we use to install Ruby Sass is:"
2 Answers

Jennifer Nordell
Treehouse TeacherHi there! This command is issued in the video through the console at 1:24 of this video. However, because it was already installed on workspaces he erased the command without executing it. But it was mentioned
Hope this helps!

Thomas Moore
Front End Web Development Techdegree Graduate 25,371 PointsThanks Jennifer, have gone back and re-watched those videos and completed the test.
Thanks,

Juan Pino
25,106 PointsThe answer is "gem install sass"
dragos busuioc
24,131 Pointsdragos busuioc
24,131 Pointsfirst you have to install ruby.Then if you are on Windows got to Command Prompt with Ruby and rails and write "gem install sass".If you use linux open an terminal and write "sudo gem install sass". Good luck.