File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 3
3
Installing Python on Linux
4
4
==========================
5
5
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
7
17
8
18
You do not need to install or configure anything else to use Python. Having
9
19
said that, I would strongly recommend that you install the tools and libraries
You can’t perform that action at this time.
0 commit comments