To download and install python on ubuntu through terminal

To download and install python on ubuntu through terminalOpen Terminal and follow the steps belowstep -i – wget http://python.org/ftp/python/2.7.3/Python-2.7.3.tgz

step -ii – tar -xzf Python-2.7.3.tgz

step -iii – cd Python-2.7.3

step -iv – ./configure


step -v – make


step -vi – sudo make install 

Done

I can reach at : durgacharanojha@yahoo.co.in

Comments

No comments yet. Why don’t you start the discussion?

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.