0
For Ubuntu Linux users....

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 command

cd python.X.X.X            
where XXX means version name.
(e.g) cd python-3.3.2
 Step 5 : Run the following command.

./configure
Step 6:  After that run make and make install to install the python at /usr/local/bin

make 

make install
 You are done.



 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

 
Top