Re: [CentOS] upgrade python to python2.6.4 using yum

2010-10-05 Thread Agnello George
On Tue, Oct 5, 2010 at 3:54 PM, John R. Dennison wrote: > On Tue, Oct 05, 2010 at 03:46:12PM +0530, Agnello George wrote: > > > > I did a yum install gcc* , then it installed all the required > dependencies . > > > > Then make and make install worked correctly . > > > > Then i had to symbolically

Re: [CentOS] upgrade python to python2.6.4 using yum

2010-10-05 Thread John R. Dennison
On Tue, Oct 05, 2010 at 03:46:12PM +0530, Agnello George wrote: > > I did a yum install gcc* , then it installed all the required dependencies . > > Then make and make install worked correctly . > > Then i had to symbolically link it . > > ln -s /usr/local/bin/python2.6 /usr/bin/python

Re: [CentOS] upgrade python to python2.6.4 using yum

2010-10-05 Thread Agnello George
On Tue, Oct 5, 2010 at 3:18 PM, John Doe wrote: > From: Agnello George > >How would i upgrade python to python2.6.4 using a yum repository ( on all > my > >servers ) and cause manual configuration is time consuming, i am using > cent OS > >5.4 32 bit > >Is there an already available repository t

Re: [CentOS] upgrade python to python2.6.4 using yum

2010-10-05 Thread John Doe
From: Agnello George >How would i upgrade python to python2.6.4 using a yum repository ( on all my >servers ) and cause manual configuration is time consuming, i am using cent OS >5.4 32 bit >Is there an already available repository to do this.? Google says by example: http://chrislea.com/200

Re: [CentOS] upgrade python to python2.6.4 using yum

2010-10-05 Thread Tsuyoshi Nagata
Hi, Agnello! (2010/10/05 17:32), Agnello George wrote: > Is there an already available repository to do this.? Fedora EPEL repository has python 2.6.5 python26-2.6.5-3.el5.i386.rpm Other repository: There is python 2.6.4 but not be maintained. http://lmacken.fedorapeople.org/rpms/python

Re: [CentOS] upgrade python to python2.6.4 using yum

2010-10-05 Thread Mathieu Baudier
> Is there an already available repository to do this.? The EPEL repository has a python26 package that you can install in parallel of base python. You can then also use python-virtualenv (also in EPEL) to add the Python modules you would need: virtualenv -p /usr/bin/python26 /path/to/your/virtua

Re: [CentOS] upgrade python to python2.6.4 using yum

2010-10-05 Thread Marcelo M. Garcia
Agnello George wrote: > Hi > > How would i upgrade python to python2.6.4 using a yum repository ( on > all my servers ) and cause manual configuration is time consuming, i am > using cent OS 5.4 32 bit > > Is there an already available repository to do this.? > Hi Python26 is available from E

[CentOS] upgrade python to python2.6.4 using yum

2010-10-05 Thread Agnello George
Hi How would i upgrade python to python2.6.4 using a yum repository ( on all my servers ) and cause manual configuration is time consuming, i am using cent OS 5.4 32 bit Is there an already available repository to do this.?