python scripts?

I'm trying to run a test for the python CGI and can't seem to get it working. What is the correct path to python? I've tried:

#!/bin/python
#!/usr/bin/python
#!/usr/local/bin/python

and none of these have worked for me.
 
Back
Top