Hypervisor is running on Linux kernel with its own python2.7 libraries and its dependencies. Ubuntu VM is running on its own python2.7 libraries and its dependent libraries.Due to necessity, we need to share hypervisor python2.7 libraries to the VM container. Hence the processes running on VM container(created using libvirt) should not use its own python2.7 library, instead it has to make use of hypervisor python2.7 library. Could anyone please help me to make use of the same?
Thanks in advance.