Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'subject:Python': 0.04; '2.x': 0.05; '3.2': 0.07; 'terry': 0.07; 'python': 0.07; 'indicates': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:80.91.229.12': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'received:lo.gmane.org': 0.09; 'am,': 0.14; 'wrote:': 0.14; "'make": 0.16; '*nix': 0.16; 'install.': 0.16; 'really?': 0.16; 'reedy': 0.16; '(like': 0.22; 'jan': 0.22; 'header:In-Reply-To:1': 0.22; 'breaking': 0.23; 'installation': 0.25; 'list': 0.30; 'does': 0.31; 'all,': 0.31; 'anyone': 0.31; 'to:addr:python-list': 0.32; 'break': 0.33; 'header:X-Complaints- To:1': 0.34; 'there': 0.35; 'header:User-Agent:1': 0.35; 'problems': 0.37; 'it?': 0.37; 'parallel': 0.38; 'install': 0.38; 'but': 0.38; 'received:org': 0.38; 'to:addr:python.org': 0.39; 'could': 0.39; 'header:Mime-Version:1': 0.39; 'header:Received:5': 0.40; 'subject: & ': 0.61; 'charset:windows-1252': 0.61; 'upon': 0.63; 'i\x92ve': 0.84; 'risk.': 0.91 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Terry Reedy Subject: Re: Python 3.2 on CentOS 5.6 & compatibility concerns Date: Thu, 21 Apr 2011 13:21:19 -0400 References: <6cbac610-3a41-45fb-b49b-8f4366e5c248@motornostixusa.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: quoted-printable X-Gmane-NNTP-Posting-Host: rain.gmane.org User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.15) Gecko/20110303 Lightning/1.0b2 Thunderbird/3.1.9 In-Reply-To: <6cbac610-3a41-45fb-b49b-8f4366e5c248@motornostixusa.com> X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 19 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1303406491 news.xs4all.nl 81484 [::ffff:82.94.164.166]:57031 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:3813 On 4/21/2011 8:02 AM, Rob McGillivray wrote: > Hi All, > > Does anyone know if it is =91safe=92 to install Python 3.2 on CentOS? B= y > =91safe=92 I mean not breaking the existing base Python 2.4.x installat= ion > upon which various CentOS/RHEL services (like yum) depend. Will the > =91make install=92 install 3.2 in parallel with the existing 2.x > installation, or break it? I=92m new to Python and OSS, but the little > I=92ve read indicates that this could be a major risk. I have read on this list that there is a 'make altinstall' for *nix to=20 avoid problems with the 'base' install. (2.4, really? that is ancient!). --=20 Terry Jan Reedy