[py] Better runtime venv detection and python version check.
Existing venv detection was executed after the python script is evaluated. Now it executes before and also does a version check between venv and the embedded interpreter.
- Feature description was added to the changelog
- Tests covering your feature were added?
- Any new feature or behaviour change was documented?
Edited by Lars Bilke