Oops, sent to the wrong address!
2006/9/19, Sanghyeon Seo <sanxiyn at gmail.com>:
> Following Elliot's advice, I changed my scripts to use sys.executable
> instead of hardcoding the path. Also in SVN.
>
> # in run_tests.py
> import os, sys
> os.putenv('PYTHON', sys.executable)
>
> # in shell scripts
> $PYTHON alltests.py