Path: csiph.com!news.mixmin.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!nzpost1.xs4all.net!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.027 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'subject:Python': 0.05; 'cc:addr:python-list': 0.09; '"python"': 0.09; 'python': 0.10; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'wrote:': 0.16; 'typing': 0.18; 'runs': 0.18; '2015': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'sep': 0.22; 'am,': 0.23; 'header:In-Reply-To:1': 0.24; 'install': 0.25; "doesn't": 0.26; 'chris': 0.26; 'fri,': 0.27; 'message-id:@mail.gmail.com': 0.27; 'forgive': 0.27; 'pep': 0.29; "i'm": 0.30; 'url:wiki': 0.30; 'work.': 0.30; "can't": 0.32; 'plans': 0.32; 'run': 0.33; 'url:python': 0.33; 'ubuntu': 0.33; 'know.': 0.34; 'received:google.com': 0.35; 'subject:: ': 0.37; 'being': 0.37; 'mean': 0.38; 'where': 0.40; 'url:3': 0.60; 'ever': 0.60; 'back': 0.62; 'now:': 0.72; '2.7.': 0.84; 'chrisa': 0.84; 'to:none': 0.91; 'anywhere,': 0.93 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=Vg5CARLpzoDR5TG2zPr7iZC97pDb5tmtR/zoaWaMDKA=; b=sRzhmRUYhAVHRF8ah7Nno2AEUN99XAWWnhZuQkFXTnT9N+TbEhHe80QvY6LBbx4b4L d74HFJz0BVMwcpWEIfWLbHXG2MXc/4oweh5J67poDR9fOE9FnEj5sUoh3hWQzpGQUlBI JrcmgnLwheppkm1Vj5qlicjgfY+DgNsZ1MVMpYaTiiMzGYBKKRa1bZJc9R3fzzS9PbpY El/FfzXjqzKBvG7Cave59nEpkeFZXfoRYVb53l8yB92os4pXOJvlw1th/bS8QPUM5UHO dQWUfK8iE8Z1fx4KurJdUjpM22QmmtjOJISaXoCIRjk0cUzwibysx2WAD3UeH7c9zGvA BYRA== MIME-Version: 1.0 X-Received: by 10.50.98.7 with SMTP id ee7mr15393040igb.13.1441301607524; Thu, 03 Sep 2015 10:33:27 -0700 (PDT) In-Reply-To: References: <4d764608-4091-4600-a1ed-ac11bd790792@googlegroups.com> Date: Fri, 4 Sep 2015 03:33:27 +1000 Subject: Re: Porting Python Application to a new linux machine 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.20+ 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: 20 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1441301615 news.xs4all.nl 23759 [2001:888:2000:d::a6]:45535 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:95966 On Fri, Sep 4, 2015 at 3:29 AM, Luca Menegotto wrote: > Il 03/09/2015 18:49, Chris Angelico ha scritto: > >> If you mean that typing "python" runs 2.7, then that's PEP 394 at >> work. For compatibility reasons, 'python' doesn't ever run Python 3. > > > Please forgive me, Il make it clearer. > I'm pretty shure that Ubuntu 15.04 comes with Python 2.7. > I don't remember if Python 3 was preinstalled or if I had to install it > manually. Okay. I don't run any current Ubuntu anywhere, so I don't know. And I can't even find back the page now where the plans were being discussed; best I can find is this, about a year out of date now: https://wiki.ubuntu.com/Python/3 ChrisA