Path: csiph.com!news.mixmin.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed8.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; 'matches': 0.07; 'cc:addr:python-list': 0.09; 'python': 0.10; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'ubuntu.': 0.16; 'wrote:': 0.16; '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; 'installed': 0.26; 'linux': 0.26; 'fri,': 0.27; 'message-id:@mail.gmail.com': 0.27; 'that.': 0.30; 'received:google.com': 0.35; 'easiest': 0.35; 'there': 0.36; 'subject:: ': 0.37; 'version': 0.38; 'your': 0.60; "you'll": 0.61; 'default': 0.61; 'chrisa': 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=W7oWaFVW68B8oruvDs4NX9TgwFEsPvgzHXrwh/ULO2A=; b=duD5dy5b7ur/qqJwRI/TdibG1QdDeMrpRs8s86hgtCmLcyvucLhHTW+YGdBn9gTyHO ZgoHW3JosW6jQ5MpItIJF/KXFu83Cl/Gsab75Mjpm/Mr4gI7PuyTcV9L2ututzNpYhYb mSkDUYFySEzMfgV1fPex7Df3Adzh5dtfYGBhQ2lRx4MzwkEf5XDaoUmBP321MfZKS0pJ E+rQKE4uZl3Hi3+JMkQA+EOre8Yw5u1BVyJ27Iw1BsL9Uo55FGm+laJJnqjjtno76BQ3 V7TGZ2DAAV3V7BHCFYWVvJULMYA2+foVQiS5+HlAtEW6LeEuz+6A3vXdUbhm68hRy8KE cYHA== MIME-Version: 1.0 X-Received: by 10.107.132.144 with SMTP id o16mr2801888ioi.31.1441294752845; Thu, 03 Sep 2015 08:39:12 -0700 (PDT) In-Reply-To: References: <4d764608-4091-4600-a1ed-ac11bd790792@googlegroups.com> Date: Fri, 4 Sep 2015 01:39:12 +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: 18 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1441294756 news.xs4all.nl 23723 [2001:888:2000:d::a6]:50709 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:95945 On Fri, Sep 4, 2015 at 1:31 AM, Luca Menegotto wrote: > Il 03/09/2015 16:32, Heli Nix ha scritto: > >> How can I do this in Linux ? > > > As far as I know, in general a Linux distro comes with Python already > installed. > All you have to do is check if the installed version matches your needs. > Tipically, you'll find Python 2.7; however, I know there are distros with > Python3.x as default (Fedora?) Also Ubuntu. If you want to work across multiple Linux distros, the easiest way is to tell people to install either "python2" or "python3" using their system package manager, and then use that. ChrisA