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

Python Python Basics Meet Python Running Scripts

In console, before ~/workspace$, what does the "treehouse:" stand for and what function it does since there is this line

I am really interested

1 Answer

Steven Parker
Steven Parker
230,178 Points

The first token in the prompt is the user name. While using the workspace, the system considers your user ID to be "treehouse" and your group ID to be "users" (not shown on prompt).

I assume you already know that the other token is the current working directory name. The "~" symbol means "relative to your home directory".

Yeah,I just had to clear out what the "treehouse" stands for,thanks for helping out!