【发布时间】:2019-07-25 10:53:54
【问题描述】:
重启我的ubuntu 16.04后,找不到pip
我只能通过python3 -m pip freeze获得我原来的点子
如果我使用pip freeze,则会显示bash: /usr/bin/pip: No such file or directory
我通过pip install 安装了我的jupyter,但我现在无法使用jupyter notebook 命令。它显示jupyter: command not found
我确保使用sudo apt-get update,当我想使用sudo apt-get install jupyter-notebook 安装新的jupyter 时,它会显示
E: Unable to locate package jupyter-notebook
似乎几个系统配置出错?如何恢复这些?如何打开我的 jupyter?
【问题讨论】:
标签: python ubuntu pip jupyter-notebook