1. conda remove -n your_env_name --all

  2. conda create -n your_env_name pytohn==3.6

  3. conda deactivate
    
  4. source activate  your_env_name

  5. conda info –-e

  6. conda config --set auto_activate_base false

  7. 编辑 ~.bashrc

    只要在此文件末尾加一行就搞定

    conda activate your_envs # "your_envs"就是你的环境

  8. conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free

    conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main

    conda config --set show_channel_urls yes