Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed3.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.041 X-Spam-Evidence: '*H*': 0.92; '*S*': 0.00; 'subject:Python': 0.06; 'practice,': 0.07; 'subject:installation': 0.07; 'scripts,': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; "(i'm": 0.16; 'did.': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'invokes': 0.16; 'personally,': 0.16; 'wrote:': 0.18; 'unlike': 0.19; 'aug': 0.22; 'cc:addr:python.org': 0.22; 'install': 0.23; 'lets': 0.24; 'cc:2**0': 0.24; 'subject:/': 0.26; 'somewhere': 0.26; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'message- id:@mail.gmail.com': 0.30; "i'm": 0.30; 'lines': 0.31; 'url:wiki': 0.31; 'default,': 0.31; 'option': 0.32; 'url:python': 0.33; 'everyone': 0.33; 'running': 0.33; 'but': 0.35; 'received:google.com': 0.35; 'doing': 0.36; "didn't": 0.36; 'url:org': 0.36; 'rather': 0.38; 'that,': 0.38; '12,': 0.39; 'subject:" ': 0.39; 'most': 0.60; 'url:index': 0.63; 'benefit': 0.68; 'caused': 0.69; 'article': 0.77; 'glad': 0.83; "else's": 0.84; 'subject:base': 0.84; 'theres': 0.84; 'url:php': 0.85; 'edwards': 0.91; 'to:none': 0.92; 'contrary': 0.95 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:cc :content-type; bh=dyMTnI473aJMFUP8fWV/uVOe+isQlIvaRkqpDHpkoyY=; b=zjXLkVm1s18UYAaOrht115X0RYtrnwiaFFTzxdMGa35a24OWOjY4/2lqhfbE6u24p+ S66UxU5IaywH/vwWEvHU4I0oAnySrkAPutTBHsSDJBRuGSI3oHA8xR06sD2pmi+cJ+Zz C/2VDTAyZw6OkyT06QsIolU1HtJfSrYe/ZQpeWKr7rOKvLt/WdQukBz/DERZFXiY3gz6 9MYEKAWID6DyVG3ZVqgaG+F7MvGMSN2zOBdUgC6iQSC5tpwc/AgOJq8IpAcQ/aKZydaV XbnS+XScGMQjJnXSqfad7YaaPEY0M583e9HUGGWnKDaqGUIEv5Nkcqv8mAi47w1uCvW/ UNRA== MIME-Version: 1.0 X-Received: by 10.42.230.212 with SMTP id jn20mr35557570icb.59.1407800156105; Mon, 11 Aug 2014 16:35:56 -0700 (PDT) In-Reply-To: References: Date: Tue, 12 Aug 2014 09:35:56 +1000 Subject: Re: Linux distros w/o Python in "base" installation From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 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: 19 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1407800165 news.xs4all.nl 2873 [2001:888:2000:d::a6]:55465 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:76088 On Tue, Aug 12, 2014 at 7:36 AM, Ned Deily wrote: > In article , > Grant Edwards wrote: >> Apparently. Perhaps theres an "enable LSB compliance" option >> somewhere in the Arch install docs, but I didn't see it... > > Also beware that, unlike most other distributions and contrary to > recommended practice, Arch has chosen to make Python 3 its default, that > is, when everything is installed, `python` invokes `python3`, rather > than `python2`. So you may need to change shebang lines in scripts, etc. > > https://wiki.archlinux.org/index.php/python Well, it only *became* contrary to recommended practice in response to Arch doing it and everyone seeing the issues it caused :) Personally, I'm glad they did. Lets those of us who follow "slower" distros (I'm running Debian) get the benefit of someone else's hindsight. ChrisA