Posted inLinux
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…