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 trialSaad Ali Khan
1,601 PointsI just can't get the answer right to the question I have a script named hello_treehouse.py. How would I run that?
I would normally just hit enter or click "run"
1 Answer
Jackson Lai
3,538 Pointsmaybe try: python hello_treehouse.py since you are in UNIX terminal you cannot just hit enter or click 'run' to run it. You need to state out what program are you going to use with the file name after it.
Saad Ali Khan
1,601 PointsSaad Ali Khan
1,601 Pointsthanks a lot, that worked.