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 eric.araujo
Recipients carljm, eric.araujo, vinay.sajip
Date 2012-06-24.02:47:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340506043.04.0.340918087163.issue15157@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2012-06-24 02:47:23eric.araujosetrecipients: + eric.araujo, vinay.sajip, carljm
2012-06-24 02:47:23eric.araujosetmessageid: <1340506043.04.0.340918087163.issue15157@psf.upfronthosting.co.za>
2012-06-24 02:47:22eric.araujolinkissue15157 messages
2012-06-24 02:47:22eric.araujocreate