[New-bugs-announce] [issue15157] venvs should include pydoc

Éric Araujo report at bugs.python.org
Sun Jun 24 04:47:23 CEST 2012


New submission from Éric Araujo <merwok at netwok.org>:

To get documentation about a module installed in a venv, one needs to use “python -m pydoc” instead of just “pydoc”; I would like a pydoc script with the appropriate shebang to be installed in the venv’s bin dir.

Similar request in virtualenv for the reference: https://github.com/pypa/virtualenv/issues/149

----------
assignee: vinay.sajip
components: Library (Lib)
messages: 163703
nosy: carljm, eric.araujo, vinay.sajip
priority: normal
severity: normal
status: open
title: venvs should include pydoc
type: behavior
versions: Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15157>
_______________________________________


More information about the New-bugs-announce mailing list