LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to install Python in RHEL 5 (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-install-python-in-rhel-5-a-882066/)

vgumesh 05-22-2011 03:17 AM

How to install Python in RHEL 5
 
Please help me out as am new to this era. I want to install python in RHEL 5.0.



Delights

EricTRA 05-22-2011 03:20 AM

Hello and Welcome to LinuxQuestions,

RHEL is not free. The subscription you paid for gives you access to the RHEL repositories which include the Python packages you need. If you haven't yet registered with Red Hat, you can do so by running:
Code:

rhn_register
Once registered you will be able to use yum to install what you need.

You can also put your money to work and ask for support from Red Hat. Looking forward to your participation in the forums. Have fun with Linux.

Kind regards,

Eric

knudfl 05-22-2011 04:37 AM

Python is installed by default in RHEL 5 : All admin tools including
yum are python applications or depend on python.
( Which also means : Python-2.4.3 cannot be changed to a later version.)

To develop with python : # yum install python-devel


The free identical version of RHEL 5 is CentOS 5.6 http://www.centos.org/

..


All times are GMT -5. The time now is 10:49 PM.