-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IPyConnect issue #18
Comments
do you have latest nvim 0.1.4 (or master) and latest python-client (neovim pip2 package) 0.1.7 ? What happens if you activate the virtualenv before starting neovim? (It might be too late to do it in init.vim) |
NeoVim
So, the virtualenv is activate before I start neovim. As far as I understand this it is just activated within neovim during startup in the |
Using this let g:python_host_prog = '/users/is/jredies/pyenvs/dev/bin/python'
let g:loaded_python3_provider = 1 instead of my above mentoined Python code snippet doesn't make a difference. I have put this and the Python Snippt respectively in a |
I understand that you already have similar issues posted here. I start
nvim
from apython2.7
virtualenv which hasneovim
andpyzmq
installed (pip).Also, I did:
cd rplugin; ln -s python3 python
The neovim config contains
Hence, should activate that virtualenv within neovim. (Works with
jedi
.):IPython2
yieldsno notification handler registered for "/users/is/jredies/.config/nvim/plugged/nvim-ipy/rplugin/python/nvim_ipy:function:IPyConnect"
and
:UpdateRemotePlugins
yields/users/is/jredies/.dotfiles/nvim/.init.vim-rplugin~
contains justStarting nvim with
$NVIM_PYTHON_LOG_FILE
and running :UpdateRemotePlugins gives the following logfile (and another empty logfile):The text was updated successfully, but these errors were encountered: