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 ronaldoussoren
Recipients ronaldoussoren, srid, tarek
Date 2010-05-19.12:51:53
SpamBayes Score 1.8284203e-07
Marked as misclassified No
Message-id <1274273515.37.0.742065613751.issue8759@psf.upfronthosting.co.za>
In-reply-to
Content
The --user directory for framework installs of python on OSX has changed from a subdirectory of ~/.local to a subdirectory ~/Library. As described in the NEWS file:

- Issue #8084: PEP 370 now conforms to system conventions for framework
  builds on MacOS X. That is, "python setup.py install --user" will install
  into "~/Library/Python/2.7" instead of "~/.local".


In python 2.6 both ~/.local and ~/Library/Python were added to sys path and that's confusing. As ~/.local does not conform to the filesystem layout conventions on OSX the --user directory now always refers to ~/Library/Python.

For classic unix installs --user still uses the unix conventions. I'm not 100% sure that that is the right choice.


In other words: works as designed.
History
Date User Action Args
2010-05-19 12:51:55ronaldoussorensetrecipients: + ronaldoussoren, tarek, srid
2010-05-19 12:51:55ronaldoussorensetmessageid: <1274273515.37.0.742065613751.issue8759@psf.upfronthosting.co.za>
2010-05-19 12:51:53ronaldoussorenlinkissue8759 messages
2010-05-19 12:51:53ronaldoussorencreate