Scott Van Woudenberg created SPARK-51377: --------------------------------------------
Summary: invalid PYTHONPATH shell command in PySpark installation docs page Key: SPARK-51377 URL: https://issues.apache.org/jira/browse/SPARK-51377 Project: Spark Issue Type: Documentation Components: Documentation Affects Versions: 3.5.5 Environment: Reproduced issue using macOS 15.3.1 (Sequoia) Terminal.app, configured with zsh. Reporter: Scott Van Woudenberg The "export PYTHONPATH" command syntax on the Spark Installation page is broken. Current syntax: {{export PYTHONPATH=$(ZIPS=("$SPARK_HOME"/python/lib/.zip); IFS=:; echo "${ZIPS[]}"):$PYTHONPATH}} Correct syntax: {{export PYTHONPATH=$(ZIPS=("$SPARK_HOME"/python/lib/*.zip); IFS=":"; echo "${ZIPS[*]}"):$PYTHONPATH}} -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org