Neovim: Build neovim with python/python3 support

Created on 2 May 2015  路  3Comments  路  Source: neovim/neovim

Default make doesn't build neovim with python or python3 support. Do I need to export/add some CMAKE flags?

I have python-dev, python3-dev and neovim python package for both versions of python installed system wide.

I'm using default vagrant image.

Thanks.

Most helpful comment

h: nvim-python is not available, but this helped https://github.com/zchee/deoplete-jedi/wiki/Setting-up-Python-for-Neovim

All 3 comments

Python* support is no longer compiled in. All necessary code _on the NeoVim_ side is _always_ present, but you must also install neovim Python package. More details at :h nvim-python.

h: nvim-python is not available, but this helped https://github.com/zchee/deoplete-jedi/wiki/Setting-up-Python-for-Neovim

The help is now located at:

:help provider-python

Also, run

:CheckHealth

to get full diagnostics.

Was this page helpful?
0 / 5 - 0 ratings