mac -bash: jupyter: command not found
时间: 2023-12-23 16:27:09 浏览: 177
-bash: mysql: command not found的问题与解决
5星 · 资源好评率100%
以下是两种解决"mac -bash: jupyter: command not found"的方法:
1. 将jupyter的路径加入zsh的path中
```shell
vim ~/.zshrc
输入 export PATH="/Users/xxx/Library/Python/3.8/bin:$PATH"
:wq 保存退出
执行 source ~/.bashrc
```
2. 查看jupyter的位置并将其路径加入zsh的path中
```shell
pip3 show Jupyter
```
阅读全文