Path: csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!tudelft.nl!txtfeed1.tudelft.nl!multikabel.net!newsfeed10.multikabel.net!xlned.com!feeder5.xlned.com!newsfeed.xs4all.nl!newsfeed6.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.048 X-Spam-Evidence: '*H*': 0.90; '*S*': 0.00; 'repository': 0.05; 'subject:Python': 0.05; 'python': 0.08; 'received:209.85.214.174': 0.13; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'wrote:': 0.16; 'jan': 0.19; 'header:In-Reply-To:1': 0.22; 'pm,': 0.26; "i'm": 0.27; 'message-id:@mail.gmail.com': 0.28; 'compile': 0.28; 'fine.': 0.28; 'compiling': 0.30; "i've": 0.31; 'version': 0.31; 'thu,': 0.32; 'received:209.85.214': 0.32; 'source': 0.32; "isn't": 0.32; 'to:addr:python-list': 0.33; 'received:google.com': 0.37; 'largely': 0.38; 'received:209.85': 0.38; 'finding': 0.39; "i'd": 0.39; 'received:209': 0.39; 'subject:: ': 0.39; 'to:addr:python.org': 0.40; 'more': 0.61; '19,': 0.68; '10:16': 0.84; 'apt-get': 0.84; 'build-dep': 0.84; 'habit': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=GiyvFXoYMokUNd05HrOfgSYpydLQUV+C4vTSOSiG3XI=; b=RRFgKpIWQ59Hozjcti4gTC30ydD/NKy5PJExpPXltCU7WfwdSik/YxOGgwN2myBjNN 0zmSuaOoPa29K4cxB1soGle7mnB2XsU0fg5+40Ggkk90ecBNS9rv42F8WmWWmKpoOnju cW2LTlsRGMLUvYf+m3As3d/4YEM5zsPkc8wvo= MIME-Version: 1.0 In-Reply-To: References: <4f1708cc$0$1649$742ec2ed@news.sonic.net> <4f179db1$0$14012$c3e8da3$76491128@news.astraweb.com> <4f17f4c7$0$29987$c3e8da3$5496439d@news.astraweb.com> Date: Thu, 19 Jan 2012 22:27:33 +1100 Subject: Re: Installing Python on CentOS 6 - a big pain 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.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: 14 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1326972455 news.xs4all.nl 6880 [2001:888:2000:d::a6]:42500 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:19126 On Thu, Jan 19, 2012 at 10:16 PM, Christian Heimes wrote: > Much easier: > > $ apt-get build-dep python In the specific case where that's available, it's fine. I've not gotten into the habit of trusting it, though, largely because a lot of what I compile _isn't_ in the package manager - otherwise I'd just apt-get the thing and save the trouble. (Although, more and more, I'm finding that I want to update to a version that isn't in Debian's repo - eg SciTE has had a LOT of new features since the version in repository - so I end up compiling from source still.) ChrisA