I haven't seen an update on the status of removing Python 2 from the CD images, and this page has last been updated late 2013.
-
I presume is the server images that you noticed this change, since the Desktop has still python 2. – Braiam Apr 17 '14 at 14:33
-
Nope, I didn't know. I was asking from complete ignorance. – tshepang Apr 17 '14 at 14:55
3 Answers
For 14.04: server and desktop images
The situation is:
- there is no python2 on the server image
- but python2 is part of the the desktop image
The logic
I quote:
It is a release goal for Ubuntu 14.04 (Trusty Tahr) that we ship only Python 3 on the touch, server, and desktop images. Don't worry, Python 2.7 will still be available in the archive, and more specifically 'main' for now.
Python 2 is removed from the server images, you are absolutely right! For the server, don't worry python2 is still in the repos and can thus easily be installed.
Now the migration to python3 is not completely finished for the desktop (which involves more python packages than the server). The desktop image thus still has python2.
Source: https://wiki.ubuntu.com/Python/FoundationsTPythonVersions
-
Now that your answer has been edited I can revert my vote. There's still an image (desktop) that provides python2.7. – Sylvain Pineau Apr 17 '14 at 09:45
-
@SylvainPineau Read the edits. My edit changed the order of the answer, not the content. – don.joey Apr 17 '14 at 09:46
-
You removed "Python 2 is removed from the images, you are absolutely right!". That's all I wanted to see for removing the downvote. Thanks – Sylvain Pineau Apr 17 '14 at 09:48
-
No Python2.7 is still there for desktop, check the CD manifest here:
python2.7 2.7.6-8
But has been removed from the server image (manifest) as explained in the migration plan where desktop is the last target.

- 62,169
According to packages.ubuntu.com Python 2.7.5 is the default version.

- 4,680
-
1
-
It says "(default version)" where others have the repository the package is located in. – Timo Apr 17 '14 at 21:27
-
Oh, I see. I missed that. It does not necessarily mean it gets to be part of the image. – tshepang Apr 18 '14 at 04:34