mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2026-03-07 14:01:57 +08:00
This basically corrupts VIM's Python, because it might be having a differnet prefix (Python 3.6) than sys path. I don't know who came up with this - probably it's just how Python loads venvs - but it's definitely not good. Fortunately we can just reset it and be happy.