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 AlexanderDreyer
Recipients AlexanderDreyer, tarek
Date 2010-07-19.21:14:39
SpamBayes Score 0.0012989043
Marked as misclassified No
Message-id <1279574081.87.0.528312419657.issue9309@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2010-07-19 21:14:41AlexanderDreyersetrecipients: + AlexanderDreyer, tarek
2010-07-19 21:14:41AlexanderDreyersetmessageid: <1279574081.87.0.528312419657.issue9309@psf.upfronthosting.co.za>
2010-07-19 21:14:40AlexanderDreyerlinkissue9309 messages
2010-07-19 21:14:39AlexanderDreyercreate