dongjoon-hyun commented on a change in pull request #26844: 
[SPARK-30211][INFRA] Switch python to python3 in make-distribution.sh
URL: https://github.com/apache/spark/pull/26844#discussion_r356387043
 
 

 ##########
 File path: dev/make-distribution.sh
 ##########
 @@ -233,7 +233,7 @@ if [ "$MAKE_PIP" == "true" ]; then
   pushd "$SPARK_HOME/python" > /dev/null
   # Delete the egg info file if it exists, this can cache older setup files.
   rm -rf pyspark.egg-info || echo "No existing egg info file, skipping 
deletion"
-  python setup.py sdist
+  python3 setup.py sdist
 
 Review comment:
   This looks good itself.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to