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

Arvin Wallace
Arvin Wallace
8,956 Points

Installing on Mac

Similar to other students here, I am getting permission issues with my command line in Mac. So the solution was proposed on this forum to pre-pend the run command with "sudo". And this works -- BUT --- according to some chatter on other boards like Stack-Overflow, using "sudo" is very dangerous and can interfere with Apple's ability to update ruby along with other things.

Also, is using "sodu" the way that other developers actually work with Sass, or do they use RVMs? If RVM is the long term solution to working with Sass, why would we ever recommend using "sodu" in the command line?

1 Answer

Arvin Wallace
Arvin Wallace
8,956 Points

I'm going to answer my own question here.

So, I went ahead and used "sudo" to get me the access I needed. So far no problems. Command prompts are scary, but after reading some helpful blogposts on the topic (including a very helpful one here at treehouse) I feel emboldened.

AR Ehsan
AR Ehsan
7,912 Points

Where do you type it. Application.