After installing with pip, “jupyter: command not found”

前端 未结 24 1141
名媛妹妹
名媛妹妹 2020-12-04 06:35

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

Ubuntu simply says command not found

24条回答
  •  我在风中等你
    2020-12-04 06:53

    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
    

提交回复
热议问题