我导出了环境变量(PYTHON、SPARK、ZEPELLIN)。我看了看Setting environment variables on OS。 我想运行Apache Zeppelin笔记本。@3.8/3.8.3/Frameworks/Python.framework/Versions/3.8/bin 当我尝试运行时: bin/zeppelin-daemon.sh start 我得到了: zsh: no such file or directory: bin/zeppelin-d
通过pip(pip install pipenv)安装它时,zsh上找不到命令pipenv。pipenv.vendor.pexpect.exceptions.ExceptionPexpect: The command was not found or was not executable: /use/bin/zsh没有命名/use/bin/zsh的路径。为什么不稳定?echo $SHELL
/bin
我读过几个关于如何永久地在OSX上设置环境变量的答案。首先,我尝试了这个,,但是我有一条错误消息说no such file and directory,所以我想我可以尝试~/.bash_profile而不是~/.profile,但是它没有工作。我需要一种方法来设置这些变量,这样每次打开新的终端会话时,都不需要一次又一次地设置它们。