How do I run python from Sublime text 3?
问题 I just got python and sublime 3. When I press control + b, I get this in the console: 'python' is not recognized as an internal or external command, operable program or batch file. And it won't run my amazing code! print"Hi" I do have Python installed, and how do I change the PATH? 回答1: If you installed Python 2, you'll need to just go ahead and install Python 3, as it's the present and future of the language. Don't starting learning Python with 2, you'll pick up all sorts of bad habits.