gpt4 book ai didi

python - Mac OS El Capitan 上的 Jupyter 安装

转载 作者:太空狗 更新时间:2023-10-30 02:28:26 27 4
gpt4 key购买 nike

我想安装 jupyter,但正在本地尝试安装。

我不想使用 anaconda 或安装额外的 python

brew install python

我写

pip install --user jupyter

成功了。但是安装jupyter不在$PATH中,所以我得到

$ jupyter notebook
zsh: command not found: jupyter

我正在使用 zsh,顺便说一句...

我该怎么办?向 $PATH 添加什么?

最佳答案

如果您不能在 OS X 中直接执行已安装的 python 包。尝试:

python -m "package name" param / options

来自 python -h(帮助)

-m mod : run library module as a script (terminates option list)

例如

python3 -m "jupyter" notebook

请注意,python 版本可能会有所不同。如果您使用另一个 python 版本安装了 jupyter,请将 python3 替换为该版本。

在 OS X 上,默认的 python 版本是 2.7x。您不必对其进行编辑。

关于python - Mac OS El Capitan 上的 Jupyter 安装,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36989435/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com