[issue17732] distutils.cfg Can Break venv

Nick Sloan report at bugs.python.org
Mon Apr 15 18:05:11 CEST 2013


Nick Sloan added the comment:

Here is a patch that seems to fix the problem. It simply short-circuits distutils options that change directories. This is my first python patch ever, so I'm eager for comments. Is this the right approach?

----------
keywords: +patch
Added file: http://bugs.python.org/file29870/distutilsvenv.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17732>
_______________________________________


More information about the Python-bugs-list mailing list