Commit 51914632 authored by Guido van Rossum's avatar Guido van Rossum

Undo Ping's change.

CGI scripts should *not* use /usr/bin/env, since on systems that don't
come standard with Python installed, Python isn't on the default $PATH.

Too bad that this breaks on Linux, where Python is in /usr/bin which
is on the default path -- the point is that you must manually edit
your CGI scripts when you install them.
parent 099e534f
#!/usr/bin/env python
#! /usr/local/bin/python
"""Support module for CGI (Common Gateway Interface) scripts.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment