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


Groups > comp.lang.python > #19125

Re: Installing Python on CentOS 6 - a big pain

From Christian Heimes <lists@cheimes.de>
Subject Re: Installing Python on CentOS 6 - a big pain
Date 2012-01-19 12:16 +0100
References (1 earlier) <a9b58f57-45a5-469d-a7d7-287b651c8e70@k3g2000pbn.googlegroups.com> <4f179db1$0$14012$c3e8da3$76491128@news.astraweb.com> <mailman.4856.1326966207.27778.python-list@python.org> <4f17f4c7$0$29987$c3e8da3$5496439d@news.astraweb.com> <CAPTjJmrVCuEGY+y3pRAtr0nVkBnpFX6r6GupRetyLvPzUZUjqg@mail.gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.4860.1326971824.27778.python-list@python.org> (permalink)

Show all headers | View raw


Am 19.01.2012 12:05, schrieb Chris Angelico:
> What I do is apt-get the most obvious things (g++/gcc and make, in
> this case), then run configure and see if it bombs, then run make and
> see if it bombs, and whenever there's a "command not found", attempt
> to apt-get that command as a package name. It usually works.

Much easier:

$ apt-get build-dep python

In general the 'build-essential' package provides almost every part of
the build chain (compilers, make, autotools, yacc & friends):

$ apt-get install build-essential

Christian

Back to comp.lang.python | Previous | NextPrevious in thread | Next 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