After installing with pip, “jupyter: command not f

2019-01-30 05:59发布

After installing with pip install jupyter, terminal still cannot find jupyter notebook.

Ubuntu simply says command not found. Similar with ipython. Did pip not get install properly or something? How does Ubuntu know where to look for executables installed with pip?

14条回答
干净又极端
2楼-- · 2019-01-30 06:36

I tried both,

pip install jupyter

and

pip3 install jupyter

but finally got it done using

sudo -H pip install jupyter
查看更多
Deceive 欺骗
3楼-- · 2019-01-30 06:41

I'm on Mojave with Python 2.7 and after pip install --user jupyter the binary went here:

/Users/me/Library/Python//2.7/bin/jupyter
查看更多
登录 后发表回答