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 ncoghlan
Recipients dstufft, larry, ncoghlan
Date 2013-10-27.07:35:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382859331.79.0.651137346515.issue19406@psf.upfronthosting.co.za>
In-reply-to
Content
Draft docs patch attached. This splits out a new "Software Packaging and Distribution" section in the main docs index, with distutils, ensurepip and venv as the specific entries.

There's a couple of questions I need answered regarding the behaviour of pip in order to document --user properly:

* how does pip install react when --user is passed while a virtual environment is active?
* how does pip install react when both --root and --user are passed?
History
Date User Action Args
2013-10-27 07:35:31ncoghlansetrecipients: + ncoghlan, larry, dstufft
2013-10-27 07:35:31ncoghlansetmessageid: <1382859331.79.0.651137346515.issue19406@psf.upfronthosting.co.za>
2013-10-27 07:35:31ncoghlanlinkissue19406 messages
2013-10-27 07:35:31ncoghlancreate