On my work PC I can’t amend PATH variable, so ALE-vim can’t find linters and fixers that are installed on my local homepath. I changed these variables (python itself is in PATH): let g:ale_python_flake8_executable = ‘py’ let g:ale_python_flake8_options = ‘-m flake8’. Same logic for other linters/fixers. Is there easier way to do it without using “py -m modulename” combination?
P.S.: I can’t use batch files neither, so creating execution file in PATH folder is not an option.