Reference implementation is getting pretty close.
This commit is contained in:
parent
b55b09ae96
commit
3c377ba106
12
pep-0405.txt
12
pep-0405.txt
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue