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

-- 
Seo Sanghyeon
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to