Skip to content

FindPython: Fix missing python directory in PATH

Frank Winklmeier requested to merge fwinkl/atlasexternals:findpython_bin into master

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).

Merge request reports