Closed onelesd closed 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
Sorry for that. I'll change it to take python3 from the $PATH.
the path to python is hard-coded to your local version
https://github.com/tzachar/cmp-ai/blob/main/lua/cmp_ai/backends/bard.lua#L71