You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Haejoon Lee (Jira)" <ji...@apache.org> on 2021/01/21 09:11:00 UTC

[jira] [Created] (SPARK-34190) Fix inconsistent docs in Python Package Management

Haejoon Lee created SPARK-34190:
-----------------------------------

             Summary: Fix inconsistent docs in Python Package Management
                 Key: SPARK-34190
                 URL: https://issues.apache.org/jira/browse/SPARK-34190
             Project: Spark
          Issue Type: Documentation
          Components: Documentation
    Affects Versions: 3.0.1
            Reporter: Haejoon Lee


There is inconsistent explanation for "Using Virtualenv" chapter.

It says "It packs the current virtual environment to an archive file, and It self-contains both Python interpreter and the dependencies", but it's not true.

The python in the packed environment has a symbolic link that connects Python to the local one, so Python must exist in the same path on all nodes.

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org