【发布时间】:2017-10-29 15:01:59
【问题描述】:
我要删除以下软件包 (2xTab):
$ jupyter-
jupyter-bundlerextension jupyter-nbconvert jupyter-nbextension jupyter-notebook jupyter-qtconsole jupyter-serverextension jupyter-trust
而 pip 说他们不在那里:
$ pip3 freeze | grep jupyter
$ pip freeze | grep jupyter
当试图删除它们中的任何一个时,我得到了相同的结果,例如:
sudo -H pip3 uninstall jupyter-notebook
Cannot uninstall requirement jupyter-notebook, not installed
但例如:
$ which jupyter-notebook
/usr/local/bin/jupyter-notebook
那么如何删除这些包?
【问题讨论】: