On 26. 5. 25 22:08, Branko Čibej wrote:
On 26. 5. 25 21:12, Timofei Zhakov wrote:
The first issue is that the CMake build does not not set
PYTHONPATH the way run_tests.py does, but that's not causing the
failures, either.
I think it does. According to the documentation
<https://cmake.org/cmake/help/latest/module/FindPython.html>, you
just need to set |Python_EXECUTABLE| option to the path to the
correct program.
I see, you mean in the CMake build. Well here's the thing, the first
time you run the tests, there is no virtual environment and nothing
there to set Python_EXECUTABLE to.
-- Brane