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

Nam Nguyen commented on SPARK-51377:
------------------------------------

Hi [~scottvw] , I've submitted a PR here 
[https://github.com/apache/spark/pull/56087.] Let me know if that looks good

> 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
>              Labels: pull-request-available
>
> 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