Skip to content
vadimcn edited this page Nov 3, 2019 · 11 revisions

CodeLLDB bundles platform-specific libraries that it depends upon, with the exception of libpython3.

Linux

apt-get install libpython3.6 (or whatever other version you prefer)

MacOS

MacOS 10.15 Catalina includes Python 3. On older versions you will need to install one via Homebrew or other package manager.

Windows

Download and install a 64-bit version of Python 3.
Please note that due to a bug, Python 3.8.0 is not compatible with CodeLLDB.

Clone this wiki locally