]> granicus.if.org Git - python/commit
Put back #! /usr/local/bin/python. For cgi scripts, /usr/bin/env is
authorGuido van Rossum <guido@python.org>
Tue, 18 Feb 1997 16:55:33 +0000 (16:55 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 18 Feb 1997 16:55:33 +0000 (16:55 +0000)
commit152f9d966329e6e5de2047a844a9d53ce7786572
treecb5172798134504d3452ea74e7b04cd207ea92b0
parent01094e408939689fc8df539c57ef994ca2c690e4
Put back #! /usr/local/bin/python.  For cgi scripts, /usr/bin/env is
unlikely to find a python binary, as /usr/local/bin is usually not on
the default search path.
Lib/cgi.py