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.
Created on 2010年12月20日 22:11 by gotgenes, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (4) | |||
|---|---|---|---|
| msg124408 - (view) | Author: Chris Lasher (gotgenes) | Date: 2010年12月20日 22:11 | |
Python 2.6 saw the introduction of per user site-packages directory for easy installation of Python packages into a guaranteed location in which the user has appropriate permissions. http://bugs.python.org/issue1799 http://www.python.org/dev/peps/pep-0370/ http://docs.python.org/whatsnew/2.6.html#pep-370-per-user-site-packages-directory With it came a new option available in distutils-powered setup.py scripts, "--user". It has been a year since this feature was introduced, yet no documentation has appeared in the official Python Documentation other than in the "What's New" document. Specifically, this option should appear and be documented in the "Installing Python Modules" document. http://docs.python.org/install/ It would be very helpful if the documentation described the advantages of using this option over "--home" and "--prefix". I am not the first user to notice this gap in the documentation, e.g., http://www.devx.com/opensource/Article/42353/1763 however, I couldn't find any bugs open for this issue so I have created this new one. |
|||
| msg132160 - (view) | Author: Éric Araujo (eric.araujo) * (Python committer) | Date: 2011年03月25日 21:35 | |
Thanks, I will work on that. See also #8617. |
|||
| msg141832 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2011年08月09日 16:11 | |
New changeset 1b0b5f644090 by Éric Araujo in branch '3.2': Add documentation for PEP 370 features in distutils (#10745). http://hg.python.org/cpython/rev/1b0b5f644090 |
|||
| msg142431 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2011年08月19日 12:28 | |
New changeset 25a48fe791e6 by Éric Araujo in branch '2.7': Add documentation for PEP 370 features in distutils (#10745). http://hg.python.org/cpython/rev/25a48fe791e6 |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:10 | admin | set | github: 54954 |
| 2011年08月19日 12:35:02 | eric.araujo | set | status: open -> closed nosy: + alexis versions: + Python 2.7, Python 3.2, Python 3.3, - 3rd party components: + Distutils resolution: fixed stage: resolved |
| 2011年08月19日 12:28:05 | python-dev | set | messages: + msg142431 |
| 2011年08月09日 16:11:14 | python-dev | set | nosy:
+ python-dev messages: + msg141832 |
| 2011年06月10日 17:46:18 | eric.araujo | link | issue11553 dependencies |
| 2011年03月25日 21:35:36 | eric.araujo | set | messages: + msg132160 |
| 2010年12月20日 22:18:54 | eric.araujo | set | assignee: tarek -> eric.araujo title: --user option, per user site-packages undocumented in Installing Python Modules document -> setup.py install --user option undocumented components: + Distutils2, - Distutils versions: + 3rd party, - Python 2.6, Python 3.1, Python 2.7, Python 3.2, Python 3.3 |
| 2010年12月20日 22:11:52 | gotgenes | create | |