I'm trying to add python-lsp-server in my neovim enviroment.
For my project I need to use non-default (not /usr/bin/python3
) python3 version.
How can I use my own python3 version?
I'm try to run PYTHONPATH=/usr/lib/<PATH_TO_PYTHON3.7> nvim
.
But when I use `:LspInstall pylsp' command after that, in log I see, that python3.5(old) python version were used.