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

Development Tools Console Foundations Users and Permissions Creating Users

The "sudo adduser" appears to be throwing an error of "sudo: adduser: command not found". What might be the issue?

I did not execute the first command as I believed it was specific to the treehouse console.

Steven Parker
Steven Parker
229,657 Points

Are you not using the Treehouse console?
If you're on some other system, that may not be an available command.

Yes, sorry forgot to mention that. I'm using the mac terminal.

1 Answer

If you want to use a linux terminal seperate from your treehouse, I have used cloud 9. Also digital ocean is an option. These services give you a linux virtual machine with a console. Cloud 9 runs ubuntu linux, while digital ocean gives you a choice of many OS to choose from. Cloud 9 also comes with an IDE and a lot of other developer tools.