mirror of
https://github.com/dense-analysis/ale.git
synced 2026-05-25 01:38:41 +08:00
Use $VIRTUAL_ENV environment variable when present.
This commit is contained in:
@@ -71,7 +71,7 @@ function! ale#python#FindVirtualenv(buffer) abort
|
|||||||
endfor
|
endfor
|
||||||
endfor
|
endfor
|
||||||
|
|
||||||
return ''
|
return $VIRTUAL_ENV
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
" Run an executable check for Python scripts.
|
" Run an executable check for Python scripts.
|
||||||
|
|||||||
Reference in New Issue
Block a user