soxofaan commented on a change in pull request #23736: [SPARK-26831][PYTHON] bin/pyspark: eliminate use of hardcoded 'python' command and fix IPython version check URL: https://github.com/apache/spark/pull/23736#discussion_r254596166
########## File path: bin/pyspark ########## @@ -72,6 +65,4 @@ if [[ -n "$SPARK_TESTING" ]]; then exit fi -export PYSPARK_DRIVER_PYTHON Review comment: I moved the`PYSPARK_PYTHON` and `PYSPARK_DRIVER_PYTHON` exports closer together to make the whole script more coherent ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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]
