简体   繁体   中英

How to download Python.h header file on Mac?

I am trying to write Python C extensions and I'm on a mac. I know how to install the Python.h header file on Linux, but I don't know how to do it on a Mac. How can I install it?

The Python header file is a framework on Mac. You have to include it like this:

#include <Python/Python.h>

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