wayneguow commented on code in PR #47590:
URL: https://github.com/apache/spark/pull/47590#discussion_r1703086878
##########
.github/workflows/build_and_test.yml:
##########
@@ -872,6 +872,8 @@ jobs:
run: |
# We need this link because the jekyll build calls `python`.
ln -s "$(which python3.9)" "/usr/local/bin/python"
+ # We need this link to make sure `python3` points to `python3.9` which
contains the prerequisite packages.
+ ln -s "$(which python3.9)" "/usr/local/bin/python3"
Review Comment:
Currently, there are multiple pythons in the ci env:
- Python 3.9.19
- Python 3.10.12
And python3 points to `Python 3.10.12`.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]