Skip to content

Conversation

@dalazx
Copy link
Contributor

@dalazx dalazx commented May 12, 2023

It seems like the MacOS installation recommendations are no longer valid.

@malor thank you for the plugin!

then the version of LLDB, that is shipped with Mac OS and linked against the system CPython,
is trying to use CPython installed via Homebrew. This won't work. You need to make sure LLDB
picks up the correct CPython version on start. One way to achieve that would be modifying
`$PATH`, e.g. by creating a wrapper for `lldb`:
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In my case LLDB never cared about PATH in context of CPython plugins and REPL. I'd suppose this might have worked with LD_LIBRARY_PATH, but I have not tried.

@malor
Copy link
Owner

malor commented May 12, 2023

Thanks you, @dalazx! I like your suggestion! I thought I had tried something similar in the past, but I can't find it now. Anyway, this should be good to go! 👍

@malor malor merged commit dcafe2d into malor:master May 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants