Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder5.xlned.com!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.021 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'subject:Python': 0.06; 'practice,': 0.07; 'subject:installation': 0.07; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'scripts,': 0.09; 'python': 0.11; 'invokes': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'wrote:': 0.18; 'unlike': 0.19; 'install': 0.23; 'header:User-Agent:1': 0.23; 'subject:/': 0.26; 'somewhere': 0.26; 'header:X-Complaints-To:1': 0.27; 'lines': 0.31; 'url:wiki': 0.31; 'default,': 0.31; 'option': 0.32; 'url:python': 0.33; 'but': 0.35; "didn't": 0.36; 'charset:us- ascii': 0.36; 'url:org': 0.36; 'to:addr:python-list': 0.38; 'rather': 0.38; 'that,': 0.38; 'subject:" ': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'most': 0.60; 'url:index': 0.63; 'received:204': 0.75; 'article': 0.77; 'received:204.14': 0.84; 'subject:base': 0.84; 'theres': 0.84; 'url:php': 0.85; 'edwards': 0.91; 'contrary': 0.95 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Ned Deily Subject: Re: Linux distros w/o Python in "base" installation Date: Mon, 11 Aug 2014 14:36:46 -0700 References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: 204.14.154.216 User-Agent: MT-NewsWatcher/3.5.3b3 (Intel Mac OS X) 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: 16 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1407793018 news.xs4all.nl 2855 [2001:888:2000:d::a6]:35659 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:76076 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 -- Ned Deily, nad@acm.org