How to install python on clean RH7.1 install

Grant Edwards grante at visi.com
Sun Jun 24 20:55:43 EDT 2001


On Sun, 24 Jun 2001 13:43:55 GMT, Ken <ken_chiba at hotmail.com> wrote:

>As to compiling the src rpm, I tried that - with less success than the
>RPM.  It burns through compiling for about 5 minutes (P233MMX, 64mb),
>and then you see a LOT of "unrecognized file type" messages fly by,
>and eventually, the compile fails.
>
>Any other ideas?

Grab the sources.

$ tar xzvf Python-2.1.tgz
$ cd Python-2.1
$ ./configure
$ make 
(su root)
# make install


-- 
Grant Edwards                   grante             Yow!  My polyvinyl cowboy
                                  at               wallet was made in Hong
                               visi.com            Kong by Montgomery Clift!



More information about the Python-list mailing list