[issue8759] 2.7: wrong user site directory on Linux

Ronald Oussoren report at bugs.python.org
Thu May 20 06:58:38 CEST 2010


Ronald Oussoren <ronaldoussoren at mac.com> added the comment:

Shridar: that is correct a framework install will not look in ~/.local, but only in ~/Library/Python/2.7  (there is an install scheme in distutils that describes the exact layout).

Technically the name "Python" subdirectory is sysconfig.get_config_var("PYTHONFRAMEWORK"), to ensure that frameworks with different values for --with-framework-name will use different subdirectories.

----------

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


More information about the Python-bugs-list mailing list