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 brett.cannon
Recipients brett.cannon, docs@python, tshepang
Date 2014-11-21.17:46:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1416592007.36.0.250950848773.issue22394@psf.upfronthosting.co.za>
In-reply-to
Content
I'm going to at least update the Makefile to have a ``make venv`` that will do the steps necessary to create a venv and then check out the necessary tools. It should also be set up so that running the command with a pre-existing venv will update it. This should all lead to commands like ``make html PYTHON=venv/bin/python3`` to work.
History
Date User Action Args
2014-11-21 17:46:47brett.cannonsetrecipients: + brett.cannon, docs@python, tshepang
2014-11-21 17:46:47brett.cannonsetmessageid: <1416592007.36.0.250950848773.issue22394@psf.upfronthosting.co.za>
2014-11-21 17:46:47brett.cannonlinkissue22394 messages
2014-11-21 17:46:47brett.cannoncreate