[Python-Dev] [Distutils] Single-file Python executables (including case of self-sufficient package manager)

Chris Barker chris.barker at noaa.gov
Sat May 30 05:43:58 CEST 2015


On Fri, May 29, 2015 at 7:23 AM, Paul Sokolovsky <pmiscml at gmail.com> wrote:


> > An example of a product that does this is Chef, they install their
> > own Ruby and everything but libc into /opt/chef to completely isolate
> > themselves from the host system.


this sounds a bit like what conda does -- install miniconda, and a conda
environment set up with a yaml file,, and away you go. not small, but quite
self contained, and give you exactly what you want.

-CHB


-- 

Christopher Barker, Ph.D.
Oceanographer

Emergency Response Division
NOAA/NOS/OR&R            (206) 526-6959   voice
7600 Sand Point Way NE   (206) 526-6329   fax
Seattle, WA  98115       (206) 526-6317   main reception

Chris.Barker at noaa.gov
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-dev/attachments/20150529/b7f95933/attachment.html>


More information about the Python-Dev mailing list