【发布时间】:2015-06-18 05:36:33
【问题描述】:
我已经安装了 conda 包:
$ wget http://bit.ly/miniconda
$ bash miniconda
$ conda install numpy pandas scipy matplotlib scikit-learn nltk ipython-notebook seaborn
我想卸载它,因为它弄乱了我的点数和环境。
- 如何完全卸载 conda?
- 它还会卸载我的 pip 托管软件包吗?如果是这样,有没有办法在不卸载 pip 管理的包的情况下安全卸载 conda?
【问题讨论】:
标签: python pip uninstallation conda miniconda