Issue 18434: Update venv example to use setuptools (original) (raw)

Issue18434

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:47 admin set github: 62634
2013-07-12 20:46:16 python-dev set messages: +
2013-07-12 19:58:28 python-dev set status: open -> closednosy: + python-devmessages: + resolution: fixedstage: resolved
2013-07-12 18:35:54 brett.cannon set nosy: + vinay.sajip
2013-07-12 13:03:54 brett.cannon create