How do you use Python 3.5 and Python 3.6 in production

Andre Müller gbs.deadeye at gmail.com
Wed Jun 14 20:20:38 EDT 2017


Hi,
I'm using Arch Linux. There is currently Python 3.6 the standard
interpreter.
But I think it's not good to use this in production.

Hm, maybe pyenv can be an distribution independent solution:
https://github.com/pyenv/pyenv
If you're using pyenv, then you'll have some build dependencies.

One time I've used a Debian repository to install Python 3.6 somewhere (can
not remind where).
But then you rely on the user, who is managing the repository.

I often build my own Python version. If you're willing to do this, you can
build your own packages
on your own repository. Then you can install this version on your
production without having there the
whole build dependencies. But this is additional work.

Amirouche Boubekki <amirouche.boubekki at gmail.com> schrieb am Do., 15. Juni
2017 um 01:47 Uhr:

> Héllo,
>
>
> I'd like to use Python 3.5 or Python 3.6 in production but avoid the use of
> pip and virtualenv.
>
> Is there a solution based on a popular GNU/Linux distribution that allows
> to keep up with the release of Python 3.x and various other highly prolific
> project but still young like aiohttp?
>
> What I am looking for is the ability to have reproducible builds in the
> form of lxc templates (or maybe somekind of docker magic) but without the
> need to maintain another package repository.
>
> I hope my question is clear.
>
> Thanks in advance!
> --
> https://mail.python.org/mailman/listinfo/python-list
>



More information about the Python-list mailing list