我很难在Windows机器上的neovim安装中添加python3支持。我已经完成以下工作:
安装了Neovim的官方64位Windows版本
已安装python 3.5(64位)
冉pip install neovim
在我的init.vim中将g:python3_host_prog
设置为我的python3 exe的路径。
我缺少任何步骤吗?
我还注意到,当我运行call health#provider#check()
时,它会打印出以下内容:
但是那里的python版本是3.3+,我已经运行了pip3 install neovim
,所以不确定是什么问题。
最佳答案
使用AppVeyor的主版本(现已链接到Wiki),在Windows上:CheckHealth
和:python3
(在执行完步骤之后)现在应该都可以工作。要获得稳定的Windows版本,还有其他工作要做。
–贾斯汀·凯斯(Justin M. Keyes)
关于python - 如何获得对Windows的python3支持的Neovim构建?,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/40900829/