Edi Santoso
Odoo and Python Developer
drink a tea to enjoying the life

Tutorial install python on windows

Hello, long time not write story in this blog :) but today I will write something.

in this section I will write about installing python on windows and setting it, so that can run on CMD.

ok first you must download python package on http://www.python.org,
choose python you need, in this tutorial I'm using python 2.7. after download install it.

I'm assuming you have install it on C:/python27/
then to make your python can run in CMD you must setting the PATH environment configuration in your windows.

open PATH environment


Ok after that setting the PATH

double click on path variable then add this to value variable
;C:\Python27\
ok then klik apply -> ok

then open your CMD and type python you will see python shell on your CMD, ok Good Luck ! :)