[Distutils] The future of invoking pip

David Mertz dmertz at continuum.io
Sun Nov 8 00:34:46 EST 2015


On Nov 7, 2015 7:30 PM, "Nathaniel Smith" <njs at pobox.com> wrote:
> alternative approach would be to totally decouple the host python used
> to execute pip from the target python that pip acts upon, on the
> grounds that these are logically distinct things. (As a thought
> experiment you can even imagine a package manager called, say, 'cpip',
> which is a standalone program written in C or some other
> non-Python-language, but that happens to know how to manipulate Python
> environments.

This is a great idea! It exists, and it is spelled "conda". Well, it's
written in some particular version of Python, but the package and
environment management is completely decoupled. You can in install R
packages or Julia packages or different Python versions.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/distutils-sig/attachments/20151107/985bb21e/attachment.html>


More information about the Distutils-SIG mailing list