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 ronaldoussoren
Recipients docs@python, pas, ronaldoussoren
Date 2012-08-27.11:53:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1346068401.37.0.380352050775.issue15790@psf.upfronthosting.co.za>
In-reply-to
Content
PEP 405 is for "venv" support and that is available. Documenting how to use pip/distribute/setuptools with venv is IMHO beyond the scope of the stdlib documentation (and should be easy enough: create a virtual environment using pyvenv, then install pip using its setup.py file).

The pep mentions the pysetup script from the packaging module, but as the packaging module got pulled for python 3.3 the pysetup script is not present in the python 3.3 installation and therefore also not in venv-s.
History
Date User Action Args
2012-08-27 11:53:21ronaldoussorensetrecipients: + ronaldoussoren, docs@python, pas
2012-08-27 11:53:21ronaldoussorensetmessageid: <1346068401.37.0.380352050775.issue15790@psf.upfronthosting.co.za>
2012-08-27 11:53:20ronaldoussorenlinkissue15790 messages
2012-08-27 11:53:20ronaldoussorencreate