I am running Ubuntu 12.04 with python 2.7.3 installed. How can I update the version of python to 2.7.4?
apt-get install python2.7
does not install anything new
apt-get update python2.7
does not work as it does not accept arguments
apt-get upgrade python2.7
Installed version 2.7.3, but not change to version 2.7.4.
So: How to install the version 2.7.4 of python on Ubuntu 10.04?
The versions of
python2.7
available for each supported version of Ubuntu are listed on Launchpad. Only 2.7.3 is packaged on Ubuntu 12.04. If you want to use 2.7.4, there are several options: