I am on a school computer, so I can\'t install anything.
I am trying to create C code which can be run in Python. It seems all the articles I am finding on it requi
On ubuntu you can just type sudo apt-get install python-dev -y in terminal to install the python-dev package.
sudo apt-get install python-dev -y