【发布时间】:2019-03-05 10:24:48
【问题描述】:
我已经安装了 anaconda,当我输入 jupyter notebook 时,出现以下错误。
Error executing Jupyter command 'notebook': [Errno 2] No such file or directory
经过大量谷歌搜索后发现以下命令 (适用于 Python 3)
pip3 install --upgrade --force-reinstall --no-cache-dir jupyter
上述命令将从 PyPi 重新安装所有内容。 .即使执行此操作后,我也遇到了以下错误
Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: '/usr/local/lib/python3.5/dist-packages/attrs-19.1.0.dist-info'
你能帮我解决这个问题吗?
【问题讨论】: