【发布时间】:2017-07-04 19:15:17
【问题描述】:
我已经安装了 anaconda,并且附带了它自己的 Jupyter 版本,所以我想卸载我使用 pip3 安装的 Jupyter。我搜索了指令并尝试使用pip3 uninstall Jupyter,但这似乎不正确,因为我得到以下内容,它说是 Jupyter 1.0.0:
Uninstalling jupyter-1.0.0:
/usr/local/lib/python3.6/site-packages/__pycache__/jupyter.cpython-36.pyc
/usr/local/lib/python3.6/site-packages/jupyter-1.0.0.dist-info/DESCRIPTION.rst
/usr/local/lib/python3.6/site-packages/jupyter-1.0.0.dist-info/INSTALLER
/usr/local/lib/python3.6/site-packages/jupyter-1.0.0.dist-info/METADATA
/usr/local/lib/python3.6/site-packages/jupyter-1.0.0.dist-info/RECORD
/usr/local/lib/python3.6/site-packages/jupyter-1.0.0.dist-info/WHEEL
/usr/local/lib/python3.6/site-packages/jupyter-1.0.0.dist-info/metadata.json
/usr/local/lib/python3.6/site-packages/jupyter-1.0.0.dist-info/pbr.json
/usr/local/lib/python3.6/site-packages/jupyter-1.0.0.dist-info/top_level.txt
/usr/local/lib/python3.6/site-packages/jupyter.py
我知道我也可以尝试pip3 uninstall notebook,但这显示了一堆我不确定实际上是 Jupyter 的文件。
这似乎是一个如此简单的问题,但我已经搜索并没有找到明确的答案。谢谢!
【问题讨论】: