Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Compiling a Python binding on Linux

I'm trying to compile a Python binding, but I'm unable to find the python.h header on debian. Which package should I install?

like image 352
Thiago Avatar asked May 20 '26 05:05

Thiago


1 Answers

you should install python-dev

like image 141
nosklo Avatar answered May 22 '26 18:05

nosklo