How do you use Python 3.5 and Python 3.6 in production

Amirouche Boubekki amirouche.boubekki at gmail.com
Wed Jun 14 19:46:39 EDT 2017


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!



More information about the Python-list mailing list