Closed devrrior closed 3 years ago
Hi @devrrior 👋
Can you please share the output by running the following command in your terminal:
which python3
Sure. That return the following:
I suppose that directory I should add, right?
Yes, @devrrior . Now, you need to do this
"let g:python3_host_prog='/usr/local/bin/python3'"
Also, out of curiosity, how did you stumble on this repo? 😅
And please do consider starring the repo if it helps you in any way.
Thank, now that's working. I stumbled on this repo because search in google how to solve the problem with virtualenv and vim/neovim, so I found your post in dev.to.
Hi, I installed the plugin and add "let g:python3_host_prog='/usr/bin/python3'" in my configuration file (init.vim). But when I use neovim, it return the following:
Neovim: 0.4.4 Python: 2.7.16
Thanks.