neovim / pynvim

Python client and plugin host for Nvim
http://pynvim.readthedocs.io/en/latest/
Apache License 2.0
1.48k stars 118 forks source link

Question: is possible to use a python from a virtualenv ? #485

Closed mmngreco closed 2 years ago

mmngreco commented 3 years ago

I'm writing a vim plugin which has many dependencies (like pandas, numpy) that I wouldn't like to have installed in the user path (pip install --user) because they may cause some problems when another environment is used. So, I'm wondering if there is a way to use a virtualenv instead of the default python host.

justinmk commented 2 years ago
:help python-virtualenv