Path: csiph.com!usenet.pasdenom.info!news.albasani.net!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.003 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; '(so': 0.07; '21,': 0.07; 'problem?': 0.07; 'scripts': 0.09; 'python': 0.09; 'subject:python': 0.11; 'dec': 0.15; "'make": 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:3.3': 0.16; 'wrote:': 0.17; 'subject:support': 0.22; 'header:In-Reply-To:1': 0.25; 'message-id:@mail.gmail.com': 0.27; 'received:209.85.212': 0.28; 'invoke': 0.29; 'fri,': 0.30; 'expect': 0.31; 'to:addr:python-list': 0.33; 'received:google.com': 0.34; 'built-in': 0.35; 'pm,': 0.35; 'received:209.85': 0.35; 'but': 0.36; 'subject:with': 0.36; 'rather': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'your': 0.60 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=cOdr9uSLNXBcB8sx0jZi/RXsRb07ntHXWq7pwudfJZ0=; b=vIFK/LJ23pdqCMmCJR7rwA7JNfaHiBm8tnEcG7X1eJaUTv+oQzCsJlx8lW6lm6Kmy7 WzOKz4vQO8Y1OXvNg081FUituHpERSnF1YSYDUAFFj4wgt48Sjgkq+zsria75Ln0lKT1 UZled5Vq11hkr+TppgEnw/x4NVTSOJ2LdnQOusWJYNC5BWoIO5E8CZhVosyrVqtVhvoo MSqXSdUMgG5BKkfEX1cSkFJeTHebdroVNbq3bYm2DkYGmtxXzDf8ZHCSa4cOPA4rw2ko 2rPd/Qa9KzPfImPWcgJUU3ZmU4+ZDhQinlt7+5HKy0SOGb2wkNNXBeXNGzU++J2ocSEI cjGQ== MIME-Version: 1.0 In-Reply-To: References: Date: Sat, 22 Dec 2012 01:07:00 +1100 Subject: Re: compile python 3.3 with bz2 support on RedHat 5.5 From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 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: 9 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1356098829 news.xs4all.nl 6938 [2001:888:2000:d::a6]:58182 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:35291 On Fri, Dec 21, 2012 at 5:35 PM, Isml <76069016@qq.com> wrote: > By the way, RedHat 5.5 has a built-in python 2.4.3. Would it be a problem? You may want to consider using 'make altinstall' rather than 'make install'. That way, you don't stomp all over the system Python (so system scripts that expect 2.4 will still work), but you can type 'python3' to invoke your newly-built one. ChrisA