点燃火花时的问题:"env: jupyter: Not a directory"

issue when fire up spark: "env: jupyter: Not a directory"

我是 spark 新手。所以我的第一步是安装 Spark。我按照 link:

中的步骤操作

http://genomegeek.blogspot.com/2014/11/how-to-install-apache-spark-on-mac-os-x.html

当我完成所有步骤并尝试点燃火花时,Scala 对我来说似乎很好,但 python 不是,我得到了这个:

$ ./bin/pyspark
$ env: jupyter: Not a directory

这可能是什么问题?

查了半天,发现是因为缺少jupyter notebook。