This is an implementation to create venv for python programmatically using Go.
Python VENV is hard to create directly from code, so I needed to create a virtualization layer that execute scripts using a mirrored version of os.Evironment().
That's a sort of "Virtual Container" for python applications.