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