Linux

Step1: install conda

1. Download the installer:

2. In your terminal window, run:

  • Miniconda:

    bash Miniconda3-latest-Linux-x86_64.sh
  • Anaconda:

    bash Anaconda-latest-Linux-x86_64.sh

3. Uninstalling Anaconda or Miniconda

  1. 打开一个终端窗口.
  2. 删除Miniconda的安装目录:

    whereis conda 
    #~/miniconda3/bin/conda
    rm -rf ~/miniconda
  3. 可选: 编辑 ~/.bash_profile文件,移除环境变量.
  4. 可选: Remove the following hidden file and folders that may have been created in the home directory:

    • .condarc file
    • .conda directory
    • .continuum directory

    By running:

    rm -rf ~/.condarc ~/.conda ~/.continuum

评论

This is just a placeholder img.