Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!newsfeed.x-privat.org!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.024 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'subject:Python': 0.05; 'decent': 0.07; 'python': 0.08; 'am,': 0.12; 'cc:addr:python- list': 0.15; 'centos.': 0.16; 'elephant': 0.16; 'installed,': 0.16; 'maybe,': 0.16; 'mean,': 0.16; 'obviously,': 0.16; 'wrote:': 0.16; '>>>': 0.18; 'source.': 0.18; 'jan': 0.19; 'cc:no real name:2**0': 0.21; 'maybe': 0.21; 'header:In-Reply-To:1': 0.22; 'received:209.85.212.46': 0.23; 'received:mail- vw0-f46.google.com': 0.23; 'debian': 0.23; 'gcc': 0.23; 'suspect': 0.24; 'cc:2**0': 0.25; 'pm,': 0.26; 'message-id:@mail.gmail.com': 0.28; 'cc:addr:python.org': 0.29; 'fairly': 0.30; 'granted,': 0.30; 'chris': 0.30; 'thu,': 0.32; 'idea': 0.32; "can't": 0.32; "won't": 0.33; 'it.': 0.33; 'nobody': 0.34; 'received:209.85.212': 0.34; 'certain': 0.34; 'probably': 0.35; 'be.': 0.35; 'install': 0.35; 'two': 0.37; 'but': 0.37; 'unless': 0.37; 'received:google.com': 0.37; 'enough': 0.37; 'steven': 0.38; 'received:209.85': 0.38; 'speak': 0.38; 'tool': 0.39; 'called': 0.39; 'received:209': 0.39; 'greatly': 0.39; 'subject:: ': 0.39; 'matter': 0.61; 'your': 0.61; 'minutes': 0.65; 'chain': 0.66; '19,': 0.68; 'fox': 0.73; '10:47': 0.84; 'cow': 0.84; 'make,': 0.84; 'to:none': 0.93; 'surprise': 0.97 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:cc :content-type; bh=/Nnb93bu9N6CuzbdEpZjyTERkyh2VBWlWbQ2ffE0kG8=; b=kkYUhYsjEnjoEwpdhBboa2Am+ptIcZlm/TG3svuUGMfFGqFPSWGgfNsynbazwKLyrW eURNOsvmQIFArGO1UkQtGMRgcWdbKTAk6UrptrBtAGmGJG2Xe2kayuF0Vk3ay/ihI61P CnRcjpZns6Esaef7e+FOO7nDduJhE24F5FnKM= MIME-Version: 1.0 In-Reply-To: <4f17f4c7$0$29987$c3e8da3$5496439d@news.astraweb.com> References: <4f1708cc$0$1649$742ec2ed@news.sonic.net> <4f179db1$0$14012$c3e8da3$76491128@news.astraweb.com> <4f17f4c7$0$29987$c3e8da3$5496439d@news.astraweb.com> From: Noah Hall Date: Thu, 19 Jan 2012 11:08:28 +0000 Subject: Re: Installing Python on CentOS 6 - a big pain Cc: 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: 28 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1326971352 news.xs4all.nl 6947 [2001:888:2000:d::a6]:46641 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:19124 On Thu, Jan 19, 2012 at 10:47 AM, Steven D'Aprano wrote: > On Thu, 19 Jan 2012 20:43:23 +1100, Chris Angelico wrote: > >> On Thu, Jan 19, 2012 at 3:36 PM, Steven D'Aprano >> wrote: >>> With all the tools installed, it's a matter of a few minutes effort to >>> build from scratch: > > [...] >> Now, granted, this was Debian and I can't speak for Centos. But it would >> surprise me greatly if your package manager can't provide build >> essentials. > > I daresay any decent package manager would be able to provide the > complete tool chain for building Python from source. But I have no idea > what tools are needed -- gcc and make, obviously, but what else? Maybe it > really is as simple as "yum install gcc make", but I suspect that it > won't be. "yum install gcc make yacc bison elephant weasel fox cow spam > ham cheese chalk aardvark" perhaps. (I may have made one or two of those > up.) I am fairly certain nobody would be silly enough to make a package called "gcc". "make", maybe, but not gcc. I mean, that's not even a real word! yum groupinstall "Development Tools" will probably do what the OP needs unless 6 no longer has it.