diff --git a/python/run-tests b/python/run-tests index 226e9e2c3770a5363249c4841a8576ca49fe27af..d98840de59d2c25ad26e2e4cdbd2d7c68c4c25c0 100755 --- a/python/run-tests +++ b/python/run-tests @@ -50,6 +50,8 @@ function run_test() { echo "Running PySpark tests. Output is in python/unit-tests.log." +export PYSPARK_PYTHON="python" + # Try to test with Python 2.6, since that's the minimum version that we support: if [ $(which python2.6) ]; then export PYSPARK_PYTHON="python2.6"