charles-zablit wrote: > On older versions of LLVM you usually need an older version of python, which > is often not in `PATH` as a newer one is.
It's possible to have multiple Python installations in your PATH, your system will simply pick the first one in the PATH when calling `python.exe`, while still allowing to resolve multiple `python3xx.dll` files. > This works well for me, LLDB needs python311.dll and I have the latest python > in path. So I have set the environment variable. Can you please try to add `python311` after `python315` (latest Python) in your PATH? This should solve the issue and is much prefered compared to adding another environment variable. https://github.com/llvm/llvm-project/pull/212989 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
