Skip to content

Fix comparison of venv python against the system one

Marco Clemencic requested to merge fix-use-of-system-python into master

!137 (merged) had the undesired effect that when using the system version of Python the venv was always recreated.

This fixes the issue.

Merge request reports