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!
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

Donghyeok Yun
4,514 Pointspython2 not recognized on windows 10?
So pretty much I downloaded python 3.4 and I need to use the "python2" command to run a python file. I've attached the screenshot of the problem. Can you guys help me out here, is it because my version is 3.4?
screenshot: https://drive.google.com/open?id=1yDp3jGLygxSWoqfwen5s-GPq0Rh2kasZ
1 Answer

adrian miranda
13,560 PointsIf you need python2 to run your program, you will need to install python2.7
.
Of course, you should make sure you actually need python2, since so much software is now for python 3.