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 trialTyrel Kessinger
8,414 PointsNo clue how she's using the console. I have no completed the files she has so I can't work through with her.
This lady is using Python files which is a course I have not completed so I can't figure out what to do when she's using mkdir, *.py, etc. Thanks.
1 Answer
Timothy Mattingly
15,934 PointsHi Tyrel, the console she's using is actually built into the Treehouse workspace. You can access it from the view menu. I was confused myself and had to take a moment to figure it all out. Also, if you are confused about or want to know more about the commands being used here, you can learn about them in the Git Basics course.
Sue Dough
35,800 PointsSue Dough
35,800 Pointsmkdir simply makes a folder. You can do this from a GUI too. * is usually a wildcard which in this case would select all python files since .py comes after the *.