mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
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.
This commit is contained in:
parent
01094e4089
commit
152f9d9663
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#! /usr/bin/env python
|
||||
#! /usr/local/bin/python
|
||||
|
||||
"""Support module for CGI (Common Gateway Interface) scripts.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue