Re: Help with pynvim for neovim needed

2024-03-28 Thread Enno
> What I did not understand, why this pynvim is under Python3.11 and not under active Python3.12. Maybe the pip command was installed under Python 3.11. Afterwards python3 was updated to Python 3.12, but pip still relies on python3.11 ? For example, here less `which pip` | head -2 shows #!/u

Re: Help with pynvim for neovim needed

2024-03-27 Thread 'Marek Stepanek' via vim_use
Thx Enno for the reply. I meanwhile could resolve the problem. I activated a virtual environment for Python with the help of https://python.land/virtual-environments/virtualenv#google_vignette Here shortly the commands I entered (if somebody is looking for this problem): being the the folder of

Re: Help with pynvim for neovim needed

2024-03-26 Thread Romain Lafourcade
This mailing list is dedicated to Vim. If you use Neovim, use their official support channels. On Tuesday, March 26, 2024 at 10:38:35 AM UTC+1 Enno wrote: > It is not clear what is to be achieved, but for Python support in Vim one > should ensure that `!python3 -V`, and `:python3 import sys; >

Re: Help with pynvim for neovim needed

2024-03-26 Thread Enno
It is not clear what is to be achieved, but for Python support in Vim one should ensure that `!python3 -V`, and `:python3 import sys; print(sys.version)")` coincide. For Neovim, I'd refer to the experts at https://github.com/neovim/neovim/issues/ Le lundi 25 mars 2024 à 17:55:45 UTC+1, Marek St

Help with pynvim for neovim needed

2024-03-25 Thread 'Marek Stepanek' via vim_use
Hello all, could some patient soul could help me out? I am at the point to give up. macOS Sonoma 14.4 Intel (2018) Homebrew newest upgrade vimr 0.44.0 I am not Python coder (old school: Perl!). So forgive me my innocence. I suppose the modul pynvim should be installed outside of Homebrew? F