Chapter 7. Setting up to Develop Applications Using Python
The Python language version 2.7.5 is available as part of Red Hat Enterprise Linux.
Newer versions of the Python interpreter and libraries (including a newer version of Python 2.7) are available as Red Hat Software Collections packages. Install the package with the desired version according to the table below.
# yum install package
Python versions corresponding to Red Hat Software Collections packages
Version Package Python 2.7
python27
Python 3.6
rh-python36
Python 3.8
rh-python38
The python27 software collection is an updated version of the Python 2 packages in RHEL 7.
- Install the Eclipse integrated development environment which supports development in the Python language. Eclipse is available as part of Red Hat Developer Tools. For the actual installation procedure, see Using Eclipse.
Additional Resources
- Red Hat Software Collections Hello-World — Python
- Red Hat Software Collections