Re: Changing Python Version (2.6 -> 2.7) for Existing Reviewboard Installation on CentOS 6

2015-11-02 Thread Zachary Gallagher
That works for installing Python, and that's fine. And it looks easier than using make altinstall or another method. But it doesn't really address the primary issue which is getting reviewboard to *use* the alternative version of python. On Mon, Nov 2, 2015 at 5:43 PM, Alfred von Campe

Re: Changing Python Version (2.6 -> 2.7) for Existing Reviewboard Installation on CentOS 6

2015-11-02 Thread Alfred von Campe
This is what I do on the CentOS 6 systems I mange: # Install repo file and then Python itself rpm -ivh http://dl.iuscommunity.org/pub/ius/stable/Redhat/6/i386/ius-release-1.0-14.ius.el6.noarch.rpm yum install -y python27 python27-virtualenv Alfred > On Nov 2, 2015, at 17:31, Zachary Gallagher

Re: Changing Python Version (2.6 -> 2.7) for Existing Reviewboard Installation on CentOS 6

2015-11-02 Thread Zachary Gallagher
That works for installing Python, and that's fine. And it looks easier than using make altinstall or another method. But it doesn't really address the primary issue which is getting reviewboard to *use* the alternative version of python. On Monday, November 2, 2015 at 5:43:36 PM UTC-5, Alfred