|
|
|
|
|
by rdtsc
4400 days ago
|
|
> and even most Linux distros are at least at Python 3.2 Why are you spreading lies? You are hurting your cause (advocating Python 3). Let's take a look at latest Ubuntu: $ cat /etc/issue
Ubuntu 14.04 LTS \n \l
$ python --version
Python 2.7.6
How about the popular server distro CentOS 6? $ cat /etc/issue
CentOS release 6.5 (Final)
Kernel \r on an \m
$ python --version
Python 2.6.6
What exactly are these "most" Linux distros everyone is using that I haven't heard of? |
|
Why are you assuming the worst possible intent on my part, instead of asking what I meant?
I meant the distros have Python 3 available, not that they make it the default that /usr/bin/python points to. Ubuntu has had Python 3 available for quite a number of releases; I run 12.04 which has Python 3.2 (and I've had it installed since I installed Ubuntu). According to the release notes[1], Ubuntu 14.04 makes Python 3.4 available, and work is ongoing to make it the default Python for Ubuntu. They also advise porting to Python 3.
It looks like CentOS makes Python 3.2 available, but I can't be sure from their online documentation.
[1] https://wiki.ubuntu.com/TrustyTahr/ReleaseNotes