Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!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.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'subject:Python': 0.05; 'python': 0.08; '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; 'subject:GNU': 0.09; 'am,': 0.12; 'package.': 0.12; 'things.': 0.12; '2.7': 0.13; 'extensions': 0.15; '*really*': 0.16; '2.7.2': 0.16; 'subject:install': 0.16; "that'll": 0.16; 'wrote:': 0.18; 'dec': 0.22; 'header:In-Reply-To:1': 0.22; "shouldn't": 0.23; 'forgot': 0.29; 'installing': 0.29; 'source,': 0.29; 'problem': 0.29; 'generally': 0.30; 'subject:skip:2 10': 0.30; 'chris': 0.30; 'installed': 0.31; 'break': 0.32; 'tue,': 0.32; 'header:User- Agent:1': 0.33; 'header:X-Complaints-To:1': 0.33; 'instead': 0.33; 'to:addr:python-list': 0.34; 'probably': 0.34; 'subject:/': 0.35; 'subject:How': 0.35; 'install': 0.35; 'unless': 0.35; 'except': 0.37; 'doing': 0.38; 'replace': 0.38; 'steven': 0.38; 'received:org': 0.38; 'received:de': 0.39; 'should': 0.39; 'subject: (': 0.40; "it's": 0.40; 'missing': 0.40; 'to:addr:python.org': 0.40; 'packages': 0.40; '2011': 0.61; 'integrated': 0.63 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Christian Heimes Subject: Re: How to install Python on Debian GNU/Linux (Python-2.7.2.tar.bz2) Date: Mon, 05 Dec 2011 17:39:40 +0100 References: <0da3ce5f-72ca-43a2-a2ae-18fd1dd2c46d@e2g2000vbb.googlegroups.com> <4edceff9$0$29988$c3e8da3$5496439d@news.astraweb.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: smtp.semantics.de User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:8.0) Gecko/20111124 Thunderbird/8.0 In-Reply-To: X-Enigmail-Version: 1.4a1pre OpenPGP: id=AD16AB1B; url=http://cheimes.de/heimes.asc 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: 20 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1323103216 news.xs4all.nl 6911 [2001:888:2000:d::a6]:57343 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:16669 Am 05.12.2011 17:28, schrieb Chris Angelico: > On Tue, Dec 6, 2011 at 3:23 AM, Steven D'Aprano > wrote: >> Generally speaking, unless you are an expert, you should not use make >> install when installing Python from source, because it will replace the >> system Python with the newly installed one. >> >> Instead use `sudo make altinstall` > > Mea culpa, forgot that. Yes, use altinstall. Although it's probably > not a problem to replace 2.6.6 with 2.7.2 - I doubt that'll break many > things. Except that all 3rd party extensions and packages are missing if you install Python manually. Unless you *really* know what you are doing you shouldn't install Python manually. Debian's backports should provide a well integrated Python 2.7 package. Christian