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 Object-Oriented Python Inheritance Multiple Superclasses

Oskar Lundberg
Oskar Lundberg
9,534 Points

In the Console, how do I get into treehouse:~/workspace/rpg$ ? The Console starts in treehouse:~/workspace$

I have probably missed this information earlier and have just moved files out of folders before in order to access them in the Console. But it would be nice to know how to get, for example, from treehouse:~/workspace$ to treehouse:~/workspace/rpg$

1 Answer

Philip Schultz
Philip Schultz
11,437 Points

Hey Oskar, the console is linux based. You can move around the file system by using the 'cd' command, which stands for change directory. Also, you never have to type in the $ sign. So, in the console type in the command 'cd rpg'. Check out the course 'console foundations' here at tree house to learn more.