Skip to content

Commit

Permalink
Use python3 print
Browse files Browse the repository at this point in the history
  • Loading branch information
holdenk committed Mar 22, 2017
1 parent a722140 commit 57a1f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/run-pip-tests
Expand Up @@ -66,7 +66,7 @@ fi

set -x
# Determine which version of PySpark we are building for archive name
PYSPARK_VERSION=$(python3 -c "exec(open('python/pyspark/version.py').read());print __version__")
PYSPARK_VERSION=$(python3 -c "exec(open('python/pyspark/version.py').read());print(__version__)")
PYSPARK_DIST="$FWDIR/python/dist/pyspark-$PYSPARK_VERSION.tar.gz"
# The pip install options we use for all the pip commands
PIP_OPTIONS="--upgrade --no-cache-dir --force-reinstall "
Expand Down

0 comments on commit 57a1f6e

Please sign in to comment.