roxma/python-support.nvim

ALE not working

mjtorn opened this issue · 1 comments

I checked your new pushes and they're actually real good!

After I worked around this issue with ensurepip being broken on Debian, I noticed ALE doesn't work.

If I source the virtualenv manually before launchinv Neovim, it does work, but that's not good.

The installed Python does, however, find my modules:

$ ~/.config/nvim/bundle/python-support/autoload/nvim_py3/bin/python3 -m pip freeze
[...]
flake8==3.3.0
flake8-isort==2.1.3
[...]
neovim==0.1.13
[...]

Thanks!

Oh, got it, it's a problem with ALE; dense-analysis/ale#335