Closed d0u9 closed 8 years ago
I have very very little experience with a Mac (and zero with the latest version). So bear with me...
lldb
as a standalone application?lldb
from XCode?xcode-select --install
after the upgrade??If none of that works, please provide more details about the error, and also post the output of
>>> import lldb
from python2 console.
I tied separately two version python, one is shipped with Xcode, one is installed via homebrew. The pre-installed python works fine, however, the homebrew installed python dumps error.
So, I wonder that whether the lldb.nvim
provides an option to select which python to be used.
lldb.nvim
does not provide any such option, because it doesn't have any control over it.
Neovim has a global option which can be pointed to the pre-installed python, like so:
let g:python_host_prog = '/path/to/python'
Be sure that you can import neovim
from the pre-installed python, after having python-client installed.
Due to the new
SIP
mechanism of El capitan, I installed another python via homebrew. However, when I import the Xcode's lldb library, fatal error is reported.