Vinay Sajip added the comment:

This looks to me as if it will need a patch in distutils. Unlike virtualenv, 
which contains a patched copy of distutils (and hence allows having a .cfg 
adjacent to it), pyvenv does not create patched modules in the venv. It does 
not make sense to change this behaviour.

The correct solution would appear to be for distutils to ignore certain 
configuration options (install-lib, but also equivalent options for headers and 
scripts) when running in a venv.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue17732>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to