Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!eternal-september.org!feeder.eternal-september.org!news.stack.nl!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.031 X-Spam-Evidence: '*H*': 0.94; '*S*': 0.00; 'subject:Python': 0.06; 'practice,': 0.07; 'python3': 0.07; 'subject:installation': 0.07; 'scripts,': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; 'invokes': 0.16; 'python3.': 0.16; 'wrote:': 0.18; 'unlike': 0.19; 'cc:addr:python.org': 0.22; 'install': 0.23; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; 'switch': 0.26; 'subject:/': 0.26; 'somewhere': 0.26; 'header:In-Reply-To:1': 0.27; 'message- id:@mail.gmail.com': 0.30; 'url:mailman': 0.30; 'lines': 0.31; 'url:wiki': 0.31; 'default,': 0.31; 'option': 0.32; 'url:python': 0.33; 'but': 0.35; 'received:google.com': 0.35; 'url:listinfo': 0.36; "didn't": 0.36; 'url:org': 0.36; 'positive': 0.37; 'rather': 0.38; 'that,': 0.38; 'subject:" ': 0.39; 'url:mail': 0.40; 'most': 0.60; 'url:index': 0.63; 'side': 0.67; 'default': 0.69; 'article': 0.77; 'subject:base': 0.84; 'theres': 0.84; 'url:php': 0.85; 'edwards': 0.91; '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:to :cc:content-type; bh=Opg93BjL7M0oSH9+nGG8C30LySYvL6AkrvgaTtIiQj4=; b=xgTYzh5aG6ELGVR0Ntwsh3qnNdaVnzq8agOzd1tyGMTC061AHC3fPpao1hrr7TMrpJ sEHDo26XPX4BTAxEy5AOurViz7GS4fNB1TJOheGRU5ZD45Nxx038T5aaTMSecfhBuw5w 6djUv3Y7yrENzCasl7RkCvKGJYyfZKvE8+Y7AyA6ECC9FoOR21bGVB9BKVZOjgI1hiTe N+On4pBkxmOw+F8H9uRlugztsvHe1AziRQzKJN/XIeuFyjVISjig95vtRZHMX2bet4aA ob4JoslbQg2/hh06Ol0w5OW8CSN7VX/Y4wfTG1yYzYwcnTrGa+QV8rMktuU/CSX/1d/x oJ9Q== MIME-Version: 1.0 X-Received: by 10.180.211.19 with SMTP id my19mr30731342wic.2.1407830395385; Tue, 12 Aug 2014 00:59:55 -0700 (PDT) In-Reply-To: References: Date: Tue, 12 Aug 2014 09:59:55 +0200 Subject: Re: Linux distros w/o Python in "base" installation From: David Palao To: Ned Deily Content-Type: text/plain; charset=UTF-8 Cc: python-list@python.org 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: 25 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1407830402 news.xs4all.nl 2957 [2001:888:2000:d::a6]:53179 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:76106 2014-08-11 23:36 GMT+02:00 Ned Deily : > 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 > > -- > https://mail.python.org/mailman/listinfo/python-list Also Gentoo uses Python3 by default for some months now. The positive side effect for me has been that I started seriously to switch to python3. Best