[Python-Dev] PEP 405 (pyvenv) and system Python upgrades

Vinay Sajip vinay_sajip at yahoo.co.uk
Mon May 7 02:58:32 CEST 2012


Carl Meyer <carl <at> oddbird.net> writes:

> them in sync). IOW, if you want real full isolation from a system 
> Python, you build your own Python, you don't use pyvenv.

For the interpreter you can use your own Python, but you would still use pyvenv,
as the venv is still useful for you to have an isolated set of library
dependencies for a project.

Regards,

Vinay Sajip





More information about the Python-Dev mailing list