Path: csiph.com!au2pb.net!feeder.erje.net!1.eu.feeder.erje.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.006 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:Python': 0.05; 'installed.': 0.05; 'python3': 0.05; 'cc:addr:python-list': 0.09; 'newest': 0.09; 'wrong,': 0.09; '1:53': 0.16; 'away).': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'nick': 0.16; 'sure.': 0.16; 'wrote:': 0.16; '2015': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; '3.x': 0.22; 'sep': 0.22; 'am,': 0.23; 'somewhere': 0.24; 'header:In-Reply-To:1': 0.24; 'fri,': 0.27; 'message-id:@mail.gmail.com': 0.27; 'now?': 0.29; "i'm": 0.30; 'certainly': 0.30; 'maybe': 0.33; 'ubuntu': 0.33; 'received:google.com': 0.35; 'but': 0.36; 'subject:: ': 0.37; 'does': 0.39; 'still': 0.40; 'default': 0.61; 'course': 0.62; 'future,': 0.70; '2.7.': 0.84; 'apt-get': 0.84; 'chrisa': 0.84; "it'd": 0.84; 'to:none': 0.91 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=NUnA3O7DquwBN+7hv09rheepZfaXJfc181IA8LCkhJo=; b=DGyxUp4XRkPI0DgC+jJxj1IV/MYzkIfEOkjNj5cyEehz5vEhiQO8eCbH8WvN3ZyB/j EkfQvD6//Ck8ZNADKAJ/0Jgsj+hFhW6eWaHXXcDHLFeKV6USFKMCrSFvDmh0bipC8fmI yYvt945WbgWjjQojzGwgwmmCKh+laczTW97ccKGdLew5QqPM4U8KhoMrxILKiAa6Fc6i ENL47HGdoPqTuHJkH2xObwOIciSYCrxkiZovjMA+eystY4j4Yk0ULiKMgCYS4ZstYwAs L0895OEAJ5WnpE8vlDsRjRYBCejOzcLgxMC1AwDT8jfeVLvOozjohqbxtLbmkfyA927G h3sQ== MIME-Version: 1.0 X-Received: by 10.50.98.7 with SMTP id ee7mr14519321igb.13.1441295753359; Thu, 03 Sep 2015 08:55:53 -0700 (PDT) In-Reply-To: References: <4d764608-4091-4600-a1ed-ac11bd790792@googlegroups.com> Date: Fri, 4 Sep 2015 01:55:53 +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: 10 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1441295762 news.xs4all.nl 23868 [2001:888:2000:d::a6]:41428 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:95950 On Fri, Sep 4, 2015 at 1:53 AM, Nick Sarbicki wrote: > Is 3.x the default on ubuntu now? My 14.10 is still 2.7. Although it does > have python3 installed. I'm not sure. I think I read somewhere that the newest Ubuntus would ship with python3 preinstalled, but python2 not (though of course it'd be just an apt-get away). Maybe I'm wrong, and that's still in the future, but certainly it's the intention. ChrisA