In a Makefile (or sometimes inside python) I need the path to the root of the Python standard lib folder used by "env python". e.g. /usr/lib/python2.6/ or C:\Python27\Lib\ what is the best/canonical way to get that?