Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #51246
| Path | csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <rosuav@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.031 |
| X-Spam-Evidence | '*H*': 0.94; '*S*': 0.00; 'subject:Python': 0.06; 'binary': 0.07; 'python': 0.11; 'choice).': 0.16; 'configuring,': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:install': 0.16; 'subject: ?': 0.16; 'wrote:': 0.18; 'finished': 0.19; '(the': 0.22; 'install': 0.23; 'fine': 0.24; 'server.': 0.24; 'header:In-Reply-To:1': 0.27; 'installed': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'asked': 0.31; 'servers.': 0.31; 'subject:that': 0.31; 'fri,': 0.33; 'there,': 0.34; 'but': 0.35; 'received:google.com': 0.35; 'version': 0.36; '2.6': 0.36; "didn't": 0.36; 'to:addr:python- list': 0.38; 'to:addr:python.org': 0.39; 'release': 0.40; 'simply': 0.61; 'making': 0.63; '26,': 0.68; 'jul': 0.74; 'apt- get': 0.84; 'skip:/ 30': 0.84; '2013': 0.98 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=L2x60NCc9yV0iPrkhgF/ttfFVFZuNEL1fne9Q1Y1HPo=; b=jeO8Gl6dVYmx6rMofBfVhhDB2sXR6n8DjvTEEBsMWhMjJhszp2Gi2Zn1FRt4oPwXaI ZKGNwAkHMk90qJTmInnJO+Od+tRIuIEUvHDtx/OS7GyOv3npLJ1kewYue4jnqJAGCVGt jl0osqq7na7HuJbq6SuI3Ay/OUD0/5A0H10JOgYgrxlv70eiFkl4+k6W3RDzNWtJBcPl 88uD+/w1MRxhqZspldAv6C5PGqrq0dSMo22ApFDOts9kMW7oxN9Xq0R7zy6gbHVpqGVf Q+wxAJ3AEkcGGmwCLOcbTgXuy2G+r5rGzSalLa6CpZn/6+NrhD4Bb/UCT80W/NnSs90N t/kQ== |
| MIME-Version | 1.0 |
| X-Received | by 10.220.169.146 with SMTP id z18mr1058585vcy.80.1374770695674; Thu, 25 Jul 2013 09:44:55 -0700 (PDT) |
| In-Reply-To | <51f1541f$0$15947$e4fe514c@news.xs4all.nl> |
| References | <b9a2d220-1f34-4a04-842e-4ec9769d7901@googlegroups.com> <51f1541f$0$15947$e4fe514c@news.xs4all.nl> |
| Date | Fri, 26 Jul 2013 02:44:55 +1000 |
| Subject | Re: Is it that easy to install Python ? |
| From | Chris Angelico <rosuav@gmail.com> |
| To | python-list@python.org |
| Content-Type | text/plain; charset=ISO-8859-1 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| 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.5112.1374770703.3114.python-list@python.org> (permalink) |
| Lines | 21 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1374770703 news.xs4all.nl 15992 [2001:888:2000:d::a6]:36546 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:51246 |
Show key headers only | View raw
On Fri, Jul 26, 2013 at 2:36 AM, Irmen de Jong <irmen.NOSPAM@xs4all.nl> wrote: > On 25-7-2013 17:11, santiago.diez@caoba.fr wrote: >> Hi there, >> >> I never write any Python program but as a system administrator, I'm often asked to install python on Debian servers. >> >> I just finished downloading, configuring, making and installing. >> >> The binary is now installed in : >> /usr/local/Python-2.7.5/bin/python2.7 >> (the path is a deliberate administrator choice). >> > Why didn't you use the Debian package instead? You now have installed an unsupported, > untested custom built Python version on your server. Why not simply > > $ apt-get install python That'll do fine on Debian 7 (Wheezy, current stable). On Debian 6 (Squeeze, oldstable), that'll get you a 2.6 release IIRC. ChrisA
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Is it that easy to install Python ? santiago.diez@caoba.fr - 2013-07-25 08:11 -0700
Re: Is it that easy to install Python ? Maarten <maarten.sneep@knmi.nl> - 2013-07-25 09:13 -0700
Re: Is it that easy to install Python ? Matthew Lefavor <mclefavor@gmail.com> - 2013-07-25 12:15 -0400
Re: Is it that easy to install Python ? Irmen de Jong <irmen.NOSPAM@xs4all.nl> - 2013-07-25 18:36 +0200
Re: Is it that easy to install Python ? Chris Angelico <rosuav@gmail.com> - 2013-07-26 02:44 +1000
Re: Is it that easy to install Python ? Grant Edwards <invalid@invalid.invalid> - 2013-07-25 18:32 +0000
Re: Is it that easy to install Python ? wizzofozz <oscxxxxxxxaas@gmail.com> - 2013-07-28 00:05 +0200
Re: Is it that easy to install Python ? santiago.diez@caoba.fr - 2013-07-31 03:08 -0700
Re: Is it that easy to install Python ? Ian Kelly <ian.g.kelly@gmail.com> - 2013-07-31 10:44 -0600
Re: Is it that easy to install Python ? Ian Kelly <ian.g.kelly@gmail.com> - 2013-07-31 10:49 -0600
csiph-web