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: 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: <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 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 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: 1374770703 news.xs4all.nl 15992 [2001:888:2000:d::a6]:36546 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:51246 On Fri, Jul 26, 2013 at 2:36 AM, Irmen de Jong 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