How to specify or add directory to Python.h search path during setup.py build/install
- by ca2longoria
I'm running Linux, and have downloaded a python module I must install without access to any but my particular /home/user directory (I have no root privileges nor the option to pursue them).
This of course requires the Python source. This I've downloaded and have laying around in said user directory.
While asking the admin to copy the proper files…