Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!news.stack.nl!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.003 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'python,': 0.01; 'python.': 0.04; 'subject:Python': 0.05; 'system?': 0.07; 'dev': 0.09; 'myself,': 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; 'wrote:': 0.16; 'previously': 0.19; 'cheers,': 0.20; 'maybe': 0.21; 'so.': 0.21; 'header:In-Reply-To:1': 0.22; 'debian': 0.23; 'libraries': 0.24; 'writes:': 0.25; 'separate': 0.28; 'work.': 0.28; 'compile': 0.28; 'compiling': 0.30; "didn't": 0.30; 'version': 0.31; "isn't": 0.32; 'done': 0.33; 'header:User-Agent:1': 0.33; 'instead': 0.33; 'to:addr:python-list': 0.33; 'puts': 0.34; 'header:X-Complaints- To:1': 0.34; 'install': 0.35; 'received:org': 0.37; 'using': 0.37; 'why': 0.39; 'subject:: ': 0.39; 'to:addr:python.org': 0.40; 'packages': 0.40; 'happen': 0.61; 'your': 0.61; 'provided': 0.61; 'received:188': 0.63; 'minutes': 0.65; 'today,': 0.68; 'yourself': 0.69; 'relevant': 0.70; 'benedict': 0.84; 'messed': 0.84; 'pain': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Benedict Verheyen Subject: Re: Installing Python on CentOS 6 - a big pain Date: Mon, 23 Jan 2012 13:42:08 +0100 References: <4f1708cc$0$1649$742ec2ed@news.sonic.net> <4f179db1$0$14012$c3e8da3$76491128@news.astraweb.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: ip-188-118-10-225.reverse.destiny.be User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.24) Gecko/20111103 Lightning/1.0b2 Thunderbird/3.1.16 In-Reply-To: X-Enigmail-Version: 1.1.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: 21 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1327322552 news.xs4all.nl 6989 [2001:888:2000:d::a6]:42119 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:19259 On 20/01/2012 12:42, Anssi Saari wrote: > Benedict Verheyen writes: > >> If i need to install a new version of Python, as I happen to have done today, >> I only need to do step 4. Which is maybe 5 minutes of work. > > I don't really understand why you compile these common libraries (zlib, > ncurses, readline) yourself instead of using the relevant libraries > provided by your Debian system? Is it just that you didn't *know* Debian > puts parts needed for compilation in separate packages so you'd need to > install those first? > I know Debian puts them in separate packages dev libraries, I was merely interested in building them myself, as it isn't really a pain to do so. I hadn't previously messed about a lot with compiling packages and I wanted to try it out for Python. Cheers, Benedict