Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #19259

Re: Installing Python on CentOS 6 - a big pain

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 <python-python-list@m.gmane.org>
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 <benedict.verheyen@gmail.com>
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> <a9b58f57-45a5-469d-a7d7-287b651c8e70@k3g2000pbn.googlegroups.com> <4f179db1$0$14012$c3e8da3$76491128@news.astraweb.com> <mailman.4875.1327052395.27778.python-list@python.org> <vg34nvqur2n.fsf@sci.fi>
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 <vg34nvqur2n.fsf@sci.fi>
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 <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.4961.1327322552.27778.python-list@python.org> (permalink)
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

Show key headers only | View raw


On 20/01/2012 12:42, Anssi Saari wrote:
> Benedict Verheyen <benedict.verheyen@gmail.com> 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

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Installing Python on CentOS 6 - a big pain John Nagle <nagle@animats.com> - 2012-01-18 10:00 -0800
  Re: Installing Python on CentOS 6 - a big pain Benjamin Kaplan <benjamin.kaplan@case.edu> - 2012-01-18 13:30 -0500
  Re: Installing Python on CentOS 6 - a big pain "J.O. Aho" <user@example.net> - 2012-01-18 21:16 +0100
  Re: Installing Python on CentOS 6 - a big pain Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-01-18 23:32 +0000
  Re: Installing Python on CentOS 6 - a big pain "Albert W. Hopkins" <marduk@letterboxes.org> - 2012-01-18 19:03 -0500
  Re: Installing Python on CentOS 6 - a big pain alex23 <wuwei23@gmail.com> - 2012-01-18 19:10 -0800
    Re: Installing Python on CentOS 6 - a big pain Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-01-19 04:36 +0000
      Re: Installing Python on CentOS 6 - a big pain Chris Angelico <rosuav@gmail.com> - 2012-01-19 20:43 +1100
        Re: Installing Python on CentOS 6 - a big pain Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-01-19 10:47 +0000
          Re: Installing Python on CentOS 6 - a big pain Chris Angelico <rosuav@gmail.com> - 2012-01-19 22:05 +1100
          Re: Installing Python on CentOS 6 - a big pain Noah Hall <enalicho@gmail.com> - 2012-01-19 11:08 +0000
          Re: Installing Python on CentOS 6 - a big pain Christian Heimes <lists@cheimes.de> - 2012-01-19 12:16 +0100
          Re: Installing Python on CentOS 6 - a big pain Chris Angelico <rosuav@gmail.com> - 2012-01-19 22:27 +1100
      Re: Installing Python on CentOS 6 - a big pain Benedict Verheyen <benedict.verheyen@gmail.com> - 2012-01-20 10:39 +0100
        Re: Installing Python on CentOS 6 - a big pain rusi <rustompmody@gmail.com> - 2012-01-20 09:32 -0800
        Re: Installing Python on CentOS 6 - a big pain Anssi Saari <as@sci.fi> - 2012-01-20 13:42 +0200
          Re: Installing Python on CentOS 6 - a big pain Benedict Verheyen <benedict.verheyen@gmail.com> - 2012-01-23 13:42 +0100

csiph-web