[Distutils] Docker, development, buildout, virtualenv, local/global install

Donald Stufft donald at stufft.io
Wed Jun 15 19:57:07 EDT 2016


> On Jun 15, 2016, at 7:54 PM, Ionel Cristian Mărieș via Distutils-SIG <distutils-sig at python.org> wrote:
> 
> A sound argument. However, none of that applies to a Docker image. You'd have a single set of dependencies, so what's the point of using unnecessary tools and abstractions. :-)​


Of course It still applies to Docker. You still have an operating system inside that container and unless you install zero Python using packages from the system then all of that can still conflict with your own application’s dependencies.

—
Donald Stufft



-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/distutils-sig/attachments/20160615/bed6d0c2/attachment.html>


More information about the Distutils-SIG mailing list