In the distutils documentation at <a href="http://docs.python.org/distutils/index.html">http://docs.python.org/distutils/index.html</a>, under the &quot;Installing Scripts&quot; section, it is stated that the location of the python interpreter can be changed.  How exactly is this achieved?  I am packaging a python application via CDBS which calls the setup.py script and changes my interpreter from &quot;#!/usr/bin/env python&quot; to &quot;#!/usr/local/bin/python&quot;.  The latter is invalid on Debian.  I would prefer that disutils not change the interpreter at all since it is not needed in my case, however I am not sure where to add this &quot;--executable&quot; flag that is mentioned in the documentation or otherwise override the default behaviour.<br>
 -Kevin &lt;<a href="mailto:lucid.illusion@gmail.com">lucid.illusion@gmail.com</a>&gt;<br><br>