chadtree icon indicating copy to clipboard operation
chadtree copied to clipboard

~/xxx/python3 can't be excecuted

Open wellcomez opened this issue 2 years ago • 2 comments

let g:python3_host_prog = '~/py38/bin/python3' an error message , python3 can't be executed. If input is an absolute path no error

wellcomez avatar Jan 13 '22 07:01 wellcomez

this is likely an environmental issue, not a CHADtree issue

ngorden avatar Jun 26 '22 19:06 ngorden

this is likely an environmental issue, not a CHADtree issue

My assumption is that

let g:python3_host_prog = '~/py38/bin/python3'

will let nvim choose virtualenv as py interper for every plugin beside yours. Do you have take it account?

wellcomez avatar Nov 15 '22 16:11 wellcomez