tzachar / cmp-ai

MIT License
196 stars 36 forks source link

bard backed has hard-coded python executable path #2

Closed onelesd closed 1 year ago

onelesd commented 1 year ago

the path to python is hard-coded to your local version

      command = '/home/tzachar/.pyenv/shims/python',

https://github.com/tzachar/cmp-ai/blob/main/lua/cmp_ai/backends/bard.lua#L71

tzachar commented 1 year ago

Sorry for that. I'll change it to take python3 from the $PATH.