roxma / python-support.nvim

[DEPRECATED] use a single command :PythonSupportInit to initialize python support for neovim.
25 stars 10 forks source link

ALE not working #5

Closed mjtorn closed 7 years ago

mjtorn commented 7 years ago

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!

mjtorn commented 7 years ago

Oh, got it, it's a problem with ALE; https://github.com/w0rp/ale/issues/335