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 eric.araujo
Recipients alexis, eric.araujo, tarek
Date 2011-06-03.17:24:21
SpamBayes Score 0.0055667404
Marked as misclassified No
Message-id <1307121861.82.0.570588263731.issue12260@psf.upfronthosting.co.za>
In-reply-to
Content
Now that we can break compat in distutils2/packaging, we can change the default install dir to use PEP 370 user site-packages.  For users without root, copy-pasting “pysetup run install_dist” from the docs would Just Work™.  This would also avoid the dreadful advice to use sudo on OSes that have their own package manager and don’t want users to muck up with /usr.

See also #10745.
History
Date User Action Args
2011-06-03 17:24:21eric.araujosetrecipients: + eric.araujo, tarek, alexis
2011-06-03 17:24:21eric.araujosetmessageid: <1307121861.82.0.570588263731.issue12260@psf.upfronthosting.co.za>
2011-06-03 17:24:21eric.araujolinkissue12260 messages
2011-06-03 17:24:21eric.araujocreate