ylz
ylz
> Try let g:jedi#force_py_version = '2.7.15'. I am trying to use python 3 not python2... I just realized that, if I install python3.6 in pyenv, jedi will refer the python...
Isn't `g:jedi#force_py_version` just to specify the python executable version only? I mean it is already picking up the correct python version in pyenv if I install 3.6.0. It is the...
wait, is this still a working progress and not committed to master yet? Because what I see in `jedi-vim/pythonx/jedi_vim.py`, it is still: ``` 196 def get_known_environments(): 197 """Get known Jedi...