Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #76106

Re: Linux distros w/o Python in "base" installation

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 <dpalao.python@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; '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 <nad-163E5E.14364611082014@news.gmane.org>
References <lsb3g4$p0s$3@reader1.panix.com> <mailman.12862.1407783736.18130.python-list@python.org> <lsb84u$21c$1@reader1.panix.com> <nad-163E5E.14364611082014@news.gmane.org>
Date Tue, 12 Aug 2014 09:59:55 +0200
Subject Re: Linux distros w/o Python in "base" installation
From David Palao <dpalao.python@gmail.com>
To Ned Deily <nad@acm.org>
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 <python-list.python.org>
List-Unsubscribe <https://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 <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.12882.1407830402.18130.python-list@python.org> (permalink)
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

Show key headers only | View raw


2014-08-11 23:36 GMT+02:00 Ned Deily <nad@acm.org>:
> In article <lsb84u$21c$1@reader1.panix.com>,
>  Grant Edwards <invalid@invalid.invalid> 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

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Linux distros w/o Python in "base" installation Grant Edwards <invalid@invalid.invalid> - 2014-08-11 18:53 +0000
  Re: Linux distros w/o Python in "base" installation Chris Rebert <clp2@rebertia.com> - 2014-08-11 12:02 -0700
    Re: Linux distros w/o Python in "base" installation Grant Edwards <invalid@invalid.invalid> - 2014-08-11 20:13 +0000
      Re: Linux distros w/o Python in "base" installation Ned Deily <nad@acm.org> - 2014-08-11 14:36 -0700
      Re: Linux distros w/o Python in "base" installation Chris Angelico <rosuav@gmail.com> - 2014-08-12 09:35 +1000
        Re: Linux distros w/o Python in "base" installation Grant Edwards <invalid@invalid.invalid> - 2014-08-12 02:33 +0000
      Re: Linux distros w/o Python in "base" installation Ned Deily <nad@acm.org> - 2014-08-12 00:18 -0700
      Re: Linux distros w/o Python in "base" installation David Palao <dpalao.python@gmail.com> - 2014-08-12 09:59 +0200
        Re: Linux distros w/o Python in "base" installation Fabien <fabien.maussion@gmail.com> - 2014-08-12 11:53 +0200
  Re: Linux distros w/o Python in "base" installation Rustom Mody <rustompmody@gmail.com> - 2014-08-11 21:36 -0700
  Re: Linux distros w/o Python in "base" installation Chris “Kwpolska” Warrick <kwpolska@gmail.com> - 2014-08-12 12:00 +0200
    Re: Linux distros w/o Python in "base" installation Grant Edwards <invalid@invalid.invalid> - 2014-08-12 14:12 +0000
      Re: Linux distros w/o Python in "base" installation Ian Kelly <ian.g.kelly@gmail.com> - 2014-08-12 09:49 -0600

csiph-web