[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
More information about the Python-Dev mailing list
Mon May 7 02:58:32 CEST 2012
- Previous message: [Python-Dev] PEP 405 (pyvenv) and system Python upgrades
- Next message: [Python-Dev] PEP 405 (pyvenv) and system Python upgrades
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-Dev] PEP 405 (pyvenv) and system Python upgrades
- Next message: [Python-Dev] PEP 405 (pyvenv) and system Python upgrades
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list