Jupyter notebook 打开问题 MAC

10.12.6系统的 MAC

pip install jupyter notebook 后,有显示this scripts jupyter...are installed in 'usr/local/bin' which isi not on PATH. Consider adding this directory to PATH..

看到这个后就觉得是配置文件路径有问题,在网上找了很多解决方案。但是jupyter notebook --generate..这个就过不去,一直是command not found. 发现连vi都是command not found, 然后按照网上说的方式调了一下,好了。但是Jupyter这个命令一直是command not found. 突发奇想,路径不对会不会是因为我是中文系统?果然换了英文系统就好了。。。

 

今天下午python版本设置也犯了半天错误。后来发现是因为自己的python地址没有写对。

你可能感兴趣的:(Jupyter notebook 打开问题 MAC)