Reference implementation is getting pretty close.

This commit is contained in:
Carl Meyer 2012-03-12 15:27:33 -07:00
parent b55b09ae96
commit 3c377ba106
1 changed files with 5 additions and 7 deletions

View File

@ -505,13 +505,11 @@ For example, ``sysconfig.get_paths()`` in a source build gives
Reference Implementation
========================
The in-progress reference implementation is found in `a clone of the
CPython Mercurial repository`_. To test it, build and install it (the
virtual environment tool currently does not run from a source tree).
From the installed Python, run ``bin/pyvenv /path/to/new/virtualenv``
to create a virtual environment.
The reference implementation (like this PEP!) is a work in progress.
The reference implementation is found in `a clone of the CPython
Mercurial repository`_. To test it, build and install it (the virtual
environment tool currently does not run from a source tree). From the
installed Python, run ``bin/pyvenv /path/to/new/virtualenv`` to create
a virtual environment.
.. _a clone of the CPython Mercurial repository: https://bitbucket.org/vinay.sajip/pythonv