Using Python Modules in Virtual Environments

Hi,

You will need to create the virtualenv with -system-site-packages to enable the access of host modules.
Please find more detail in the below topic:

Thanks.