|
|
|
|
|
by maxerickson
3421 days ago
|
|
Recent versions of python ship with a launcher shim for windows that does support the shebang line (to simplify using multiple interpreters): https://www.python.org/dev/peps/pep-0397/ As you say though, it doesn't rely on the names of the exes. |
|