On Thu, Sep 3, 2015 at 10:39 AM, Chris Angelico <ros...@gmail.com> wrote:

> On Fri, Sep 4, 2015 at 1:31 AM, Luca Menegotto
> <otlucadel...@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
> --
> https://mail.python.org/mailman/listinfo/python-list
>

You could also look into a more robust solution like placing your
application environment into something like a Docker container.  This would
require your customer machine to be running Docker, but it makes
deployments highly portable as the container will sit on top of just about
any Linux flavor and can be entirely self contained.

Brett
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to