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


Groups > comp.lang.python > #76076

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

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 <python-python-list@m.gmane.org>
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 <nad@acm.org>
Subject Re: Linux distros w/o Python in "base" installation
Date Mon, 11 Aug 2014 14:36:46 -0700
References <lsb3g4$p0s$3@reader1.panix.com> <mailman.12862.1407783736.18130.python-list@python.org> <lsb84u$21c$1@reader1.panix.com>
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 <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.12865.1407793018.18130.python-list@python.org> (permalink)
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

Show key headers only | View raw


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

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