New submission from Alexander Dreyer <adre...@gmx.de>: At the Sage Days 24 coding sprint the issue came up, that the setup.py install programs of several python-based tools pick the prefix-setting from ~/.pydistutils.cfg. http://trac.sagemath.org/sage_trac/ticket/9536
In order to get this right, we suggest to introduce the environment variable DISTUTILS_NO_USER_CFG. It can be used like the --no-user-cfg commandline option supported by distutils. Best regards ---------- assignee: tarek components: Distutils files: dist.py.patch keywords: patch messages: 110811 nosy: AlexanderDreyer, tarek priority: normal severity: normal status: open title: Add environment variable complementing command line option -no-user-cfg type: feature request versions: Python 2.5 Added file: http://bugs.python.org/file18069/dist.py.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue9309> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com