<br><br><div class="gmail_quote">On Tue, Oct 5, 2010 at 3:18 PM, John Doe <span dir="ltr"><<a href="mailto:jdmls@yahoo.com">jdmls@yahoo.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
From: Agnello George <<a href="mailto:agnello.dsouza@gmail.com">agnello.dsouza@gmail.com</a>><br>
<div class="im">>How would i upgrade python to python2.6.4 using a yum repository ( on all my<br>
>servers ) and cause manual configuration is time consuming, i am using cent OS<br>
>5.4 32 bit<br>
>Is there an already available repository to do this.?<br>
<br>
</div>Google says by example:<br>
<a href="http://chrislea.com/2009/09/09/easy-python-2-6-django-on-centos-5/" target="_blank">http://chrislea.com/2009/09/09/easy-python-2-6-django-on-centos-5/</a><br>
<font color="#888888"><br>
JD<br>
</font><div><div></div><div class="h5"><br>
<br>
<br>
_______________________________________________<br>
<br></div></div></blockquote><div><br><br><br>I did a yum install gcc* , then it installed all the required dependencies . <br><br>Then make and make install worked correctly . <br><br>Then i had to symbolically link it . <br>
<br>ln -s /usr/local/bin/python2.6 /usr/bin/python<br><br> </div></div><br clear="all"><br>-- <br>Regards <br>Agnello D'souza<br><br><br>