This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vinay.sajip
Recipients carljm, eric.araujo, nicksloan, tarek, vinay.sajip
Date 2013-04-15.11:16:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1366024599.91.0.425410782541.issue17732@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-04-15 11:16:39vinay.sajipsetrecipients: + vinay.sajip, tarek, carljm, eric.araujo, nicksloan
2013-04-15 11:16:39vinay.sajipsetmessageid: <1366024599.91.0.425410782541.issue17732@psf.upfronthosting.co.za>
2013-04-15 11:16:39vinay.sajiplinkissue17732 messages
2013-04-15 11:16:39vinay.sajipcreate