use explicit python path

This commit is contained in:
lelgenio 2020-10-12 00:28:30 -03:00
parent e722580a2e
commit 6ee23c8f48
1 changed files with 1 additions and 1 deletions

View File

@ -509,7 +509,7 @@ call plug#end()
"python env{{{
let g:python_host_prog = '/usr/bin/python2'
let g:python3_host_prog = '/usr/bin/python'
let g:python3_host_prog = '/usr/bin/python3'
" MUST NOT BE INDENTED!
py3 << EOF
import os