
March 31st, 2002, 07:49 PM
|
|
Junior Member
|
|
Join Date: Mar 2002
Location: Kathmandu, Nepal
Posts: 0
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
Installing Python on RedHat Linux 7.2
Download the 7.2 RPMs from the following link:
URL
Then use GNORPM to install the python2.2 rpm first. Then can install all the rest later.
When RedHat Linux 7.2 is installed it should have python 1.5. If you want to get rid of it, then uninstall it first using GNORPM (available in the deveopment section).
Pyhton should install somewhere in your /usr/bin or /usr/local/bin directories.

|