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 trial

CSS

Can't use Sass, command line not found with ruby installed on windows 10

Hello there, im trying to start the course of Sass Basics but when i install the Ruby for my operating system type, the CMD command line does not reconize Ruby, somebody can help me with this?

1 Answer

Emmanuel Plouvier
Emmanuel Plouvier
11,919 Points

Hi,

I don't know excaptly but you can start by check if Ruby was present in your Environnement variable : How do I set system environment variables in Windows 10? on Superuser.

And you must have no whitespace in your path to Ruby like in C:\Program Files\Ruby193.

I hope this can help you.