Skip to content

FindPython: Invoke Python scripts via Python executable

Running python-config can fail on linux if the path length in the shebang line is too long, which can happen if Python is installed in a deep directory hierarchy. Address this by invoking the corresponding Python executable and passing python-config as the script to execute.

Merge request reports