FindPython: Fix missing python directory in PATH
The python directory was not being added to PATH. This meant that the system installation was being used instead.
Since we are still getting the correct PATH from the legacy FindPythonInterp
module, this only becomes relevant once we get rid of all those legacy calls (separate MR in preparation).