• Guido van Rossum's avatar
    Undo Ping's change. · 51914632
    Guido van Rossum yazdı
    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.
    51914632
cgi.py 31.3 KB