8000 Merge pull request #194 from davidfischer/master · mindsocket/python-guide@63165d8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 63165d8

Browse files
author
Kenneth Reitz
committed
Merge pull request realpython#194 from davidfischer/master
Getting a somewhat modern version of Python on CentOS or RHEL
2 parents a631406 + 281a37e commit 63165d8

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

docs/starting/install/linux.rst

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,17 @@
33
Installing Python on Linux
44
==========================
55

6-
The latest version of Ubuntu, **comes with Python 2.7 out of the box**.
6+
The latest versions of Ubuntu and Fedora **come with Python 2.7 out of the box**.
7+
8+
The latest versions of Redhat Enterprise (RHEL) and CentOS come with Python 2.6.
9+
Some older versions of RHEL and CentOS come with Python 2.4 which is
10+
unacceptable for modern Python development. Fortunately, there are
11+
`Extra Packages for Enterprise Linux`_ which include high
12+
quality additional packages based on their Fedora counterparts. This
13+
repository contains a Python 2.6 package specifically designed to install
14+
side-by-side with the system's Python 2.4 installation.
15+
16+
.. _Extra Packages for Enterprise Linux: http://fedoraproject.org/wiki/EPEL
717

818
You do not need to install or configure anything else to use Python. Having
919
said that, I would strongly recommend that you install the tools and libraries

0 commit comments

Comments
 (0)
0