Install Python 2.7.8 on Ubuntu 12.04

There is a ppa for Python 2.7.10 which is relatively new. Please, read description here:

https://launchpad.net/~fkrull/+archive/ubuntu/deadsnakes-python2.7

  1. Add PPA repository

    sudo add-apt-repository ppa:fkrull/deadsnakes-python2.7
    
  2. Update package list

    sudo apt-get update
    
  3. Then Install it

    sudo apt-get install python2.7