[issue14356] Distutils2 ignores site-local configuration

Alex Grönholm report at bugs.python.org
Mon Mar 19 06:39:13 CET 2012


Alex Grönholm <alex.gronholm+python at nextday.fi> added the comment:

>If I understand correctly that you used “/usr/bin/python pysetup install spam” and wanted it to install to /usr/lib/python2.7/site-packages, then I think that the correct reply is: Not supported, don’t do that.  If you did something else, please tell what it was :)

Did something along the lines of "pysetup install sqlalchemy" and it's trying to install it under /usr/lib/python2.7/site-packages, which is of course wrong. But since it ignores the customized site-local configuration, how could it possibly know where to install?

----------

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


More information about the Python-bugs-list mailing list