New submission from Alex Grönholm <alex.gronholm+pyt...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue14356>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to