Blog Archives


To study python programming you should to know how to run python scripts, if you are using windows system, you can read ‘2 steps to run python command line in cmd‘, however, if you are using BSD’ish Unix system, you can do as follow steps.

Step 1: Check python interpreter has been installed on your unix system

Before you start to follow steps, you should make sure python interpreter has been installed, if not, you should install it, because executing python scripts need it. After you have installed, you should find the install path of it. Continue reading

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.