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 download Sass on Windows computer

Finishing up web design track. The only course left on there is CSS to Sass. For installing Sass, I followed the instructions to download Ruby first using the RubyInstaller. When I enter in gem install sass, it says it can't verify the certificate. If I try sudo gem install sass, it doesn't recognize this. This seems to be a known issue that other people are having. I tried uninstalling and reinstalling an earlier version of the RubyIntstaller to see if that would work and none of them work. I'm considering giving up and moving onto a different course. Any help?

Hi Jessica, One possible solution would be installing Ubuntu along side windows. I think it is far easier to use ruby and install gems using Ubuntu. If you do decide to try Ubuntu let me know I've got some really helpful links .

2 Answers

Laurie Curiant
Laurie Curiant
8,965 Points

Hi, I've had this problem the first time i've install ruby, the solution was to add manually the environnement variable then reboot my computer: https://github.com/gruntjs/grunt-contrib-sass/issues/61

Hope it will help

How do I use Ubuntu to install ruby gems? Would I have to change to a different operating system than windows?

You would not have to change you would install it along side windows. here are some links you can check out:

http://www.everydaylinuxuser.com/2014/05/install-ubuntu-1404-alongside-windows.html

https://gorails.com/setup/ubuntu/16.04

https://www.ubuntu.com/download/desktop

Its a bit of a learning curve to get used to Ubuntu but it's benefits out weigh the getting used process.