Re: [CentOS] how to use python 2.7 by default instead python 2.6 on centos 6.8

2016-07-04 Thread Александр Кириллов
centos 6.8 comes with python 2.6. But I want to use python 2.7 to build gstreamer sdk. I have built python 2.7 and installed it into my custom directory. How to set centos to use python 2.7 by default instead of python 2.6? You could have used python virtualenv. I'm not a python dev and only

Re: [CentOS] how to use python 2.7 by default instead python 2.6 on centos 6.8

2016-07-04 Thread Jon LaBadie
On Mon, Jul 04, 2016 at 11:26:25AM -0500, Michael Hennebry wrote: > On Mon, 4 Jul 2016, John Hodrien wrote: > > On Mon, 4 Jul 2016, qw wrote: > > > > > centos 6.8 comes with python 2.6. But I want to use python 2.7 to build > > > gstreamer sdk. I have built python 2.7 and installed it into my

Re: [CentOS] how to use python 2.7 by default instead python 2.6 on centos 6.8

2016-07-04 Thread Michael Hennebry
On Mon, 4 Jul 2016, John Hodrien wrote: On Mon, 4 Jul 2016, qw wrote: centos 6.8 comes with python 2.6. But I want to use python 2.7 to build gstreamer sdk. I have built python 2.7 and installed it into my custom directory. How to set centos to use python 2.7 by default instead of python 2.6?

Re: [CentOS] how to use python 2.7 by default instead python 2.6 on centos 6.8

2016-07-04 Thread John Hodrien
On Mon, 4 Jul 2016, qw wrote: Don't. If you try to swap out the standard python with another one, expect almost everything you hold dear to break. I want to build gstreamer sdk on centos by using cerbero, which is of python program and demands python 2.7. How to make centos 6.8 choose python

Re: [CentOS] how to use python 2.7 by default instead python 2.6 on centos 6.8

2016-07-04 Thread qw
Hi, Thanks for your reply. >> centos 6.8 comes with python 2.6. But I want to use python 2.7 to build >> gstreamer sdk. I have built python 2.7 and installed it into my custom >> directory. How to set centos to use python 2.7 by default instead of python >> 2.6? > >Don't. If you try to swap

Re: [CentOS] how to use python 2.7 by default instead python 2.6 on centos 6.8

2016-07-04 Thread John Hodrien
On Mon, 4 Jul 2016, qw wrote: centos 6.8 comes with python 2.6. But I want to use python 2.7 to build gstreamer sdk. I have built python 2.7 and installed it into my custom directory. How to set centos to use python 2.7 by default instead of python 2.6? Don't. If you try to swap out the

[CentOS] how to use python 2.7 by default instead python 2.6 on centos 6.8

2016-07-04 Thread qw
Hi, centos 6.8 comes with python 2.6. But I want to use python 2.7 to build gstreamer sdk. I have built python 2.7 and installed it into my custom directory. How to set centos to use python 2.7 by default instead of python 2.6? Thanks! Regards Andrew