Skip to content

Commit 71e7b74

Browse files
committed
Removing incorrect python path
1 parent 74984db commit 71e7b74

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

dev/run-tests

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,6 @@ fi
7373
echo "========================================================================="
7474
echo "Running PySpark tests"
7575
echo "========================================================================="
76-
if [ -z "$PYSPARK_PYTHON" ]; then
77-
export PYSPARK_PYTHON=/usr/local/bin/python2.7
78-
fi
7976
./python/run-tests
8077

8178
echo "========================================================================="

0 commit comments

Comments
 (0)