I install YouCompleteMe
and UltiSnips
plugins in my neovim
. Normally, everything is ok.
But I am using MiniConda
in my python developing, MiniConda
is something like virtualenv
, I have a virtual python env called parser
, when I activate this virtualenv with source activate parser
, something is wrong:
YouCompleteMe unavailable: requires Vim compiled with Python 2.x support
UltiSnips requires py >= 2.7 or py3
Press ENTER or type command to continue
so the problem is neovim
can not find python properly, I am confused why virtualenv
affect neovim
?