[issue4485] fast swap of "default" Windows python versions

Daniel Harding report at bugs.python.org
Sun Aug 23 14:25:47 CEST 2009


Daniel Harding <dharding at gmail.com> added the comment:

I have created a script that does essentially what Mark Tolonen
suggests.  When it is provided a script to run, it looks for a #! line
and if it exists, attempts to use that to determine which version of
python.exe to use.  It also has the ability to install itself as the
default command for running .py files in the Windows registry.

Feedback welcome.

----------
Added file: http://bugs.python.org/file14775/python_runner.py

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4485>
_______________________________________


More information about the Python-bugs-list mailing list