Closed
Description
Currently, in OS X, if we find homebrew python we'll use it instead of the system python. Unfortunately, this seems to conflict with the lldb python module.
We don't warn the users that this is the case, and instead happily configure homebrew and promptly crash when the user tries to run any of the debuginfo-lldb tests. We should instead warn the user to not use python from homebrew but instead use the system python.