In a virtual environment, it is possible to install another version of Python than the one which is installed globally.
This is useful for OpenTAP's python plugin because it is pretty picky about which versions it can use.
Unfortunately, we still try to load the global installation even if the virtual environment has an installation. Let's see if we can support loading python from the virtual environment.
In a virtual environment, it is possible to install another version of Python than the one which is installed globally.
This is useful for OpenTAP's python plugin because it is pretty picky about which versions it can use.
Unfortunately, we still try to load the global installation even if the virtual environment has an installation. Let's see if we can support loading python from the virtual environment.