Fix YouCompleteMe Build Errors on Fedora
YouCompleteMe’s installation script fails on Fedora with a CMake error about missing PYTHON_LIBRARIES and PYTHON_INCLUDE_DIRS, even when Python is already installed. The error looks like this: CMake Error at /usr/share/cmake/Modules/FindPythonLibs.cmake:201 Could NOT find PythonLibs (missing: PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS) The issue is that you have the Python runtime libraries installed but not the development headers needed for…
