[New-bugs-announce] [issue14356] Distutils2 ignores site-local configuration

Alex Grönholm report at bugs.python.org
Sun Mar 18 07:10:35 CET 2012


New submission from Alex Grönholm <alex.gronholm+python at nextday.fi>:

Distutils2 seems to rely solely on a sysconfig.cfg shipped with distutils2 to get the path where to install packages.
Ignoring site-local configuration means that it won't work on Python distributions where the site configuration has been customized.

On Ubuntu, packages are supposed to go to /usr/local/lib/python2.7/dist-packages but distutils2 tries to install them to /usr/lib/python2.7/site-packages.

----------
assignee: eric.araujo
components: Distutils2
messages: 156230
nosy: agronholm, alexis, eric.araujo, tarek
priority: normal
severity: normal
status: open
title: Distutils2 ignores site-local configuration
type: behavior
versions: 3rd party, Python 3.3

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


More information about the New-bugs-announce mailing list