简体   繁体   中英

Is it possible to install third party packages for python bundled with lldb that comes with clion?

I am wondering if i can install things like numpy or cv2 for the python that is bundled with lldb.

Yes, you can use pip3 just like you would for any other Python install. You just have to make sure to use the pip3 that matches the python libraries in Xcode.app that lldb will also use. To do that just invoke /usr/bin/pip3 - that binary gets installed as part of Xcode.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM