We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82b48c2 commit 808b17dCopy full SHA for 808b17d
pyspark/installing_pyspark_320.txt
@@ -28,8 +28,8 @@ export SPARK_HOME=/opt/spark
28
# Add spark/bin and spark/sbin to the PATH environment variable
29
export PATH=$PATH:$SPARK_HOME/bin:$SPARK_HOME/sbin
30
31
-# Then create PYSPARK_PYTHON environment that points to your Python interpreter that has PySpark installed
32
-export PYSPARK_PYTHON=<path_to_python_env_with_pyspark_python>
+# Then create PYSPARK_PYTHON environment variable that points to your system Python interpreter
+export PYSPARK_PYTHON=/usr/bin/python3
33
34
# Refresh .profile or .bashrc
35
source ~/.profile
0 commit comments