In this post we will learn how to install the python version 2.0 on your windows machine and then run a myriad of python scripts on your machine without much hassle.
Step 1: Before installing anything go to CMD on your windows machine and try to type Python there. If there isn’t any python on your system you will get error “python is not recognized”.
Step2: Browse to URL https://www.python.org/downloads/.
Step 3: Download the python 2.7.14 from the URL.
Step 4: Once downloaded the Python 2.7.14 .exe fie install the same on your machine.
Step 5: Once installed try to go to CMD and again type python and enter. If you still get the error “python is not recognized” goto step 6 then.
Step 6: In this step right click on “My computer” icon and below window opens:
Step 7: Click on the “advanced system settings”
Step 8: Click on “environment variables”
Step 9: Scroll to ‘path’ variable as below and click ‘edit’
Step 10: At the end of the path variable enter value “C:\Python27” separated by comma.
Step 11: Click Ok and again open the CMD and type python and you should be able to see window as below which means Python shell now works on your PC successfully.
ABOUT THE AUTHOR
I am here to share my knowledge and experience in the field of networking with the goal being – “The more you share, the more you learn.”
I am a biotechnologist by qualification and a Network Enthusiast by interest. I developed interest in networking being in the company of a passionate Network Professional, my husband.
I am a strong believer of the fact that “learning is a constant process of discovering yourself.”
– Rashmi Bhardwaj (Author/Editor)