从我的PCWindows 10卸载Anaconda和Python的正确方法是什么?

问题描述

我在Windows 10上,并且在笔记本电脑上安装了Python 3.6.3 (Anaconda3 5.0.1 64 bit)。 我在安装特定的Python软件包时遇到了一些问题,经过一些研究,我最好的选择是卸载Anaconda,然后使用最新版本重新安装它。

根据我的研究,我有2种方法来执行Anaconda和Python的卸载:

(1) Running the following commands at the Anaconda prompt:
    conda install anaconda-clean   # install the package anaconda clean
    anaconda-clean --yes           # clean all anaconda related files and directories 
    rm -rf ~/anaconda3             # removes the entire anaconda directory    
    rm -rf ~/.anaconda_backup      # anaconda clean creates a back_up of files/dirs,remove it

 (2) Use Windows Explorer to delete the envs and pkgs folders prior to running the uninstall in the root of your installation.

     In the Control Panel,choose Add or Remove Programs or Uninstall a program,and then select Python 3.6 (Anaconda) or your version of Python.

对于上述方法(2),我不完全有信心手动删除envs和pkgs文件夹(它们在驱动器上的什么位置?)

我的问题:哪种方法更安全?还是有另一种方法可以执行完全卸载?

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)