2
我不小心做了如何卸載pip ipykernel而無需在Anaconda中卸載ipykernel?
pip install --upgrade ipykernel
但我後來發現,我應該只是
conda update ipykernel
現在我有兩個jupyter_core,setuptools的,請求等如何卸載,我通過PIP安裝了冗餘的包。我試圖
pip uninstall ipykernel
,並得到
DEPRECATION: Uninstalling a distutils installed project (ipykernel) has been deprecated and will be removed in a future version.
This is due to the fact that uninstalling a distutils project will only partially uninstall the project.
Uninstalling ipykernel-4.6.1:
/Users/jan/anaconda/lib/python2.7/site-packages/ipykernel-4.6.1-py2.7.egg-info
Proceed (y/n)? n
我應該怎麼做撤消install pip ipykernel?
或pip uninstall ipykernel
沒有蟒蛇卸載ipykernel?
卸載它們,然後重新安裝在conda中。 – AChampion