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

前端 未结 24 1084
名媛妹妹
名媛妹妹 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:59

    On Mac Os High Sierra, I installed jupyter with

    python3 -m pip install jupyter    
    

    And then, binary were installed in:

    /Library/Frameworks/Python.framework/Versions/3.6/bin/jupyter-notebook
    

提交回复
热议问题