I can not install any brew packages on my mac with the following error info.
Installed on my Mac:
confirm that Command Line Tools for 10.14 won't create /usr/include/
folder that makes brew install script insist to re-download and install CL.
download the script, and manual removing checking works fine. (be aware it should be false instead of true.
def should_install_command_line_tools?
return **false**
end