Blog Archives

2 steps to run python command line in cmd


Some friends are studying python programming in windows system, but they all meet with a problem: python command line can not be executed in cmd window.

That is a easy problem, we can solve it by steps blow:

Step 1: Check path you install python

If you have installed python interpreter, you should find its installed path, for example, it is C:\pyhon25, this path will be used in step 2.