From fad5c5be2da6434e7d9d1d906e199176c0969e27 Mon Sep 17 00:00:00 2001 From: Boris Staletic Date: Sat, 5 May 2018 22:31:37 +0200 Subject: [PATCH] Anaconda python FAQ --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index ad70d728..95fa91a5 100644 --- a/README.md +++ b/README.md @@ -3383,6 +3383,15 @@ plugins is [vim-nerdtree-tabs][]. You should identify which plugin is responsible for the issue and report it to the plugin author. Note that when this happens, [ycmd][] will automatically shut itself down after 30 minutes. +### YCM does not work with my Anaconda Python setup + +Anaconda is often incompatible with the pre-built libclang used by YCM +and therefore is not supported. The recommended way to solve this is to run +`/path/to/real/python install.py` (for example `/usr/bin/python install.py`). + +If you want completion in Anaconda projects, set +`g:ycm_python_binary_path` to point to the full path of your Anaconda python. + Contributor Code of Conduct ---------------------------