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.

classification
Title: Update venv example to use setuptools
Type: Stage: resolved
Components: Documentation Versions: Python 3.3, Python 3.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: brett.cannon, carljm, docs@python, python-dev, vinay.sajip
Priority: normal Keywords:

Created on 2013-07-12 13:03 by brett.cannon, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (3)
msg192939 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2013-07-12 13:03
Now that Distribute is just a shell for setuptools 0.8, the example in the venv docs for installing pip and setuptools in a venv should be updated to use setuptools (in case anyone uses that code as a script themselves).
msg192962 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-07-12 19:58
New changeset 1641a03dbe7b by Vinay Sajip in branch '3.3':
Issue #18434: Updated example script in venv docs to use setuptools rather than Distribute.
http://hg.python.org/cpython/rev/1641a03dbe7b

New changeset 24a55f04a571 by Vinay Sajip in branch 'default':
Closes #18434: Merged documentation update from 3.3.
http://hg.python.org/cpython/rev/24a55f04a571
msg192969 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-07-12 20:46
New changeset f8c3d05994e4 by Vinay Sajip in branch '3.3':
Issue #18434: Updated example script to tidy up resources.
http://hg.python.org/cpython/rev/f8c3d05994e4
History
Date User Action Args
2022-04-11 14:57:47adminsetgithub: 62634
2013-07-12 20:46:16python-devsetmessages: + msg192969
2013-07-12 19:58:28python-devsetstatus: open -> closed

nosy: + python-dev
messages: + msg192962

resolution: fixed
stage: resolved
2013-07-12 18:35:54brett.cannonsetnosy: + vinay.sajip
2013-07-12 13:03:54brett.cannoncreate