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

Michael McGill
2,085 PointsPython: Launch workspace console is in the wrong directory. How to I change the directory?
this is what they have in the video:
treehouse:~/workspace/rpg$
and mine is
treehouse:~/workspace$
I've relaunched it many times and it won't load up in the proper directory and they have never taught us how to work through directories.
2 Answers

KRIS NIKOLAISEN
54,974 PointsType cd rpg. cd stands for change directory. Here is a course that may be helpful if you are interested.

Michael McGill
2,085 Pointsthanks it worked! :)