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 _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com