Porting Python Application to a new linux machine

Chris Angelico rosuav at gmail.com
Thu Sep 3 11:39:12 EDT 2015


On Fri, Sep 4, 2015 at 1:31 AM, Luca Menegotto
<otlucaDELETE at deleteyahoo.it> 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



More information about the Python-list mailing list