For Ubuntu Linux users....
For Other Linux Distribution users...
For Windows Uses...
Step 1 : Just enter the below command in terminal.sudo apt-get install python
Its enough to install it.
For Other Linux Distribution users...
Step 1 : Go to http://www.python.org/download/ and download latest version of python release.
Step 2 : Now extract the zip file. copy the extracted folder to home folder.
Step 3 : Open Terminal by Accessories -> Terminal or CTRL+ALT+T
Step 4 : Move to copied extracted folder on terminal to set a working path enter the following commandcd python.X.X.Xwhere XXX means version name.Step 5 : Run the following command.(e.g) cd python-3.3.2Step 6: After that run make and make install to install the python at /usr/local/bin./configureYou are done.make
make install
For Windows Uses...
Its easy to install for windows users .
Step 1 : Just go here http://www.python.org/download/
Step 2 : Download python.XXX.msi ( MicroSoft Installer ) format file.Where XXX means curent version of python release.Step 3 : Just run the installer. It will automatically install the python in your computer.
You are done.
Post a Comment