I wanted to install pyspark on my home machine. I did
pip install pyspark
pip install jupyter
Both seemed to work well.
But when I try to run pyspark I get
pyspark
Could not find valid SPARK_HOME while searching ['/home/user', '/home/user/.local/bin']
What should SPARK_HOME be set to?