Miniconda软件安装教程(Windows)

在这里插入图片描述

软件简介

Minicondaconda的精简版安装程序。 它是Anaconda的小型引导程序版本,仅包含conda,python,它们依赖的软件包以及少量其他有用的软件包,包括pip,zlib和其他一些软件包。 使用conda install command可以从Anaconda存储库中安装720+个其他conda软件包。

下载地址

  • 官网地址下载
https://docs.conda.io/en/latest/miniconda.html

在这里插入图片描述

  • 清华镜像下载
https://mirrors.tuna.tsinghua.edu.cn/anaconda/miniconda/

在这里插入图片描述

安装教程

安装路径可以更改到D盘,建议勾选添加到环境变量,其它默认安装即可。

  1. 点击Next
    在这里插入图片描述
  2. 点击I Agree
    在这里插入图片描述
  3. 点击Next在这里插入图片描述
  4. 安装路径建议选择非系统盘,如D:\miniconda3,点击Next
    在这里插入图片描述
  5. 勾选Add…,点击Install
    在这里插入图片描述
  6. 安装完成,点击Next
    在这里插入图片描述
  7. 安装完毕,点击Finish
    在这里插入图片描述

换清华源

  1. 打开Anaconda Powershell Prompt,执行以下命令。执行后将在用户目录即C:\Users\xxx下生成.condarc文件。
conda config --set show_channel_urls yes
  1. 用文件编辑器如记事本打开.condarc文件,将其中的内容替换如下并保存
channels:
  - defaults
show_channel_urls: true
channel_alias: https://mirrors.tuna.tsinghua.edu.cn/anaconda
default_channels:
  - https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
  - https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
  - https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/r
  - https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/pro
  - https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/msys2
custom_channels:
  conda-forge: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud
  msys2: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud
  bioconda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud
  menpo: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud
  pytorch: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud
  simpleitk: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud
  1. 打开Anaconda Powershell Prompt,执行以下命令清除索引缓存,保证用的是镜像站提供的索引。
conda clean -i
  1. 配置完毕,执行以下命令查看是否已经换源。
conda config --show
  1. 可以看到已经更换为清华源了。
    在这里插入图片描述

引用参考

清华大学开源软件镜像站-Anaconda 镜像使用帮助

  • 21
    点赞
  • 124
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 4
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 4
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

Xavier Jiezou

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值