]> git.pld-linux.org Git - packages/python3.git/blame_incremental - python3-pythonpath.patch
Up to 3.12.1 (builds; starts; passes own test suite); needs some review from others
[packages/python3.git] / python3-pythonpath.patch
... / ...
CommitLineData
1--- Python-3.0.1/Lib/cgi.py.wiget 2008-12-04 21:11:57.000000000 +0100
2+++ Python-3.0.1/Lib/cgi.py 2009-03-14 18:12:32.000000000 +0100
3@@ -1,6 +1,6 @@
4-#! /usr/local/bin/python
5+#! /usr/bin/python3
6
7-# NOTE: the above "/usr/local/bin/python" is NOT a mistake. It is
8+# NOTE: the above "/usr/bin/python3" is NOT a mistake. It is
9 # intentionally NOT "/usr/bin/env python". On many systems
10 # (e.g. Solaris), /usr/local/bin is not in $PATH as passed to CGI
11 # scripts, and /usr/local/bin is the default directory where Python is
12
This page took 0.04414 seconds and 4 git commands to generate.