From c86dc9a977f3b32c82f7ed4ace3b8aac6943637c Mon Sep 17 00:00:00 2001 From: Steve Meredith Date: Thu, 2 May 2019 09:27:42 -0700 Subject: [PATCH] Specify python3 in the README If the user has both python 2 and 3, and 2 is the configured alternative, the instructions will fail with missing headers. This change makes it clear that python3 is needed for this step (because a previous step installed python3-dev.) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c37e3e5c..4aaf330d 100644 --- a/README.md +++ b/README.md @@ -292,13 +292,13 @@ Compiling YCM **with** semantic support for C-family languages through **libclang**: cd ~/.vim/bundle/YouCompleteMe - ./install.py --clang-completer + python3 install.py --clang-completer Compiling YCM **with** semantic support for C-family languages through **experimental clangd**: cd ~/.vim/bundle/YouCompleteMe - ./install.py --clangd-completer + python3 install.py --clangd-completer Note that you can install YCM with both **libclang** and **clangd** enabled. In that case **clangd** will be preferred unless you have the following in your