roxma / python-support.nvim

[DEPRECATED] use a single command :PythonSupportInit to initialize python support for neovim.
25 stars 10 forks source link

Initializing python 3 without initializing python 2 first fails to detect python 3 #2

Closed tbodt closed 7 years ago

tbodt commented 7 years ago

I believe because when it doesn't find python 2 it throws an exception and skips the part where it looks for python 3.

roxma commented 7 years ago

@tbodt I've pushed some changes, It works here, please confirm that it is fixed.

tbodt commented 7 years ago

Yeah, it's fixed. Sorry it took so long...