[Lldb-commits] [PATCH] D70252: [Docs] Add Python caveats under the development section

Adrian Prantl via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Nov 15 15:25:08 PST 2019


aprantl added inline comments.


================
Comment at: lldb/docs/resources/caveats.rst:34
+with Xcode links against the Python that's part of Xcode. You should always use
+the system's Python interpreter to import the lldb module or install packages.
----------------
That 's confusingly worded... is `the Python that's part of Xcode` the same as `the system's Python interpreter`?


Repository:
  rLLDB LLDB

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D70252/new/

https://reviews.llvm.org/D70252





More information about the lldb-commits mailing list