deoplete-plugins / deoplete-jedi

deoplete.nvim source for Python
MIT License
588 stars 40 forks source link

Should `which pyenv` return a shell function in Fish? #259

Closed jooize closed 4 years ago

jooize commented 4 years ago

To confirm you have pyenv correctly installed, run which pyenv. It should print a shell function, not a file path.

https://github.com/deoplete-plugins/deoplete-jedi/wiki/Setting-up-Python-for-Neovim#tips-for-using-pyenv

Using Fish shell:

which pyenv
/Users/Esko/.config/pyenv/bin/pyenv

Seems to function as I expected, but perhaps issues will surface.

Also, :h nvim-python results in:

E149: Sorry, no help for nvim-python

Shougo commented 4 years ago

Also, :h nvim-python results in:

Please read :help provider-python instead.

Seems to function as I expected, but perhaps issues will surface.

I don't know about it. Because I haven't written the page.

Shougo commented 4 years ago

I think which pyenv shell function is not needed. What is the issue you happened?

Please describe it more clearly.

Shougo commented 4 years ago

No response