[Distutils] Using Wheel with zipimport
Ralf Gommers
ralf.gommers at gmail.com
Thu Jan 30 09:48:05 CET 2014
On Wed, Jan 29, 2014 at 5:22 PM, Vinay Sajip <vinay_sajip at yahoo.co.uk>wrote:
> --------------------------------------------
> On Wed, 29/1/14, Paul Moore <p.f.moore at gmail.com> wrote:
>
> > That package installation utilities should not dabble in sys.path
> manipulation.
> > The import path is the user's responsibility.
>
> User as in developer (rather than end user). Right, and distlib's wheel
> code
> does no sys.path manipulation unless explicitly asked to.
>
Also end user. If, as a user, I want to use inplace builds and PYTHONPATH
instead of virtualenvs for whatever reason, that should be supported.
Setuptools inserting stuff to sys.path that come before PYTHONPATH entries
is quite annoying.
Ralf
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/distutils-sig/attachments/20140130/c1832bb7/attachment.html>
More information about the Distutils-SIG
mailing list