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 Sass Basics (retired) Getting Started with Sass Installing and Using Sass

Gina Scalpone
Gina Scalpone
21,330 Points

Problem installing Sass

Like a lot of other people who had trouble installing Sass, when I typed "gem install sass" I ran into a permissions issue, so I used sudo, which is now prompting me for a password, which I don't know. But that doesn't matter anyway, because it won't let me enter a password.

3 Answers

Gina Scalpone
Gina Scalpone
21,330 Points

I did some research and answered it myself because I'm not familiar with Terminal. Terminal looks like it's not doing anything while you type, but it is. It also does not accept a blank password.

William Li
William Li
Courses Plus Student 26,868 Points
  1. yeah, in Terminal, it doesn't show the ***** while you are typing the password.
  2. It's not that it doesn't accept a blank password, but in UNIX system, sudo password, aka the admin password, it's always set to something, and it can never be an empty password.
William Li
PLUS
William Li
Courses Plus Student 26,868 Points

Hi Gina, usually sudo password is the same as your user account login Password.

Anton Bredl
Anton Bredl
15,359 Points

If terminal is not your thing at this point - this basic course can help in terms of navigation and basic commands. I completed it within 2 days and found it to be very helpful.

http://cli.learncodethehardway.org/book/