This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2009年09月11日 19:01 by MLModel, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg92517 - (view) | Author: Mitchell Model (MLModel) | Date: 2009年09月11日 19:01 | |
The file cgi.py in the lib directory is an executable beginning with the line: #! /usr/local/bin/python Shouldn't that be python3? |
|||
| msg99877 - (view) | Author: Jack Diederich (jackdied) * (Python committer) | Date: 2010年02月22日 23:47 | |
+0 I'm ambivalent. The script uses a reasonable default and pyhton3 is a reasonable default for the 3k branch. That said most people will have to edit the file anyway to use it: I had to chmod a+x the file and change the bang path to /usr/bin/python to get it to work on my machine. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:52 | admin | set | github: 51135 |
| 2010年11月29日 16:27:48 | eric.araujo | set | status: open -> closed resolution: duplicate superseder: "make altinstall" installs many files with incorrect shebangs stage: resolved |
| 2010年02月22日 23:47:33 | jackdied | set | nosy:
+ jackdied messages: + msg99877 |
| 2009年09月11日 19:01:55 | MLModel | create | |