[ 
https://issues.apache.org/jira/browse/SPARK-51377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18083089#comment-18083089
 ] 

Scott Van Woudenberg commented on SPARK-51377:
----------------------------------------------

Looks like I don't have permission to assign. [~allisonwang] might be able to?

> 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
>            Priority: Minor
>
> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to