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

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

    If jupyter run by this command:

    ~/.local/bin/jupyter-notebook
    

    simply run this command in terminal

     export PATH=~/.local/bin:$PATH
    

提交回复
热议问题