I am trying to compile a Python binding, but I cannot find the python.h header on debian. Which package should I install?
you must install python-dev
python-dev
You must install the python-dev package.
, python Python.h, P. Linux , python.h .
Python.h
debian debian-, ubuntu, apt , , , :
$ apt-file search Python.h ... python2.6-dbg: /usr/include/python2.6_d/Python.h python2.6-dev: /usr/include/python2.6/Python.h ...
.
sudo apt-get install python-dev
sudo apt-get install python2.6-dev
sudo apt-get install python2.7-dev
virtualenv
Source: https://habr.com/ru/post/1738726/More articles:How to deal with management trying to intervene in a project (including architecture decision) - project-managementPHP does not display errors or warnings - phpИспользование memtables в sql. Когда это разумно и безопасно? - sqlAccess to general lists with delegate notes - genericsAs always, disable hl-line mode, i.e. Globally - emacsRunning undisclosed PHP in a Drupal template? - cachingCommit is very slow in my NHibernate / SQLite project - sqliteCodeigniter и Paypal: как это работает - phpDebug approval not requested in IIS 7 - debuggingИменование булевых - naming-conventionsAll Articles