栏目分类:
子分类:
返回
名师互学网用户登录
快速导航关闭
当前搜索
当前分类
子分类
实用工具
热门搜索
名师互学网 > IT > 软件开发 > 后端开发 > Python

Anacnoda镜像在阿里云镜像站首发上线

Python 更新时间: 发布时间: IT归档 最新发布 模块sitemap 名妆网 法律咨询 聚返吧 英语巴士网 伯小乐 网商动力

Anacnoda镜像在阿里云镜像站首发上线

阿里云官方镜像站: https://developer.aliyun.com/mirror/?utm_content=g_1000303593

Anaconda 简介

Anaconda 是一个包含数据科学常用包的发行版本。它基于 conda(一个包和环境管理器) 衍生而来。应用程序 conda 是包和环境管理器:

  1. 使用 conda 创建虚拟环境,可以方便的分隔使用不同 Python 版本和/或不同包的项目
  2. 可使用conda 在环境中安装、卸载和更新包。

Anaconda 配置

Anaconda 安装包可以到 http://mirrors.aliyun.com/anaconda/archive/ 下载。 Linux用户可以通过修改用户目录下的 .condarc 文件。 Windows 用户无法直接创建名为 .condarc 的文件,可先执行 conda config --set show_channel_urls yes 生成该文件之后再修改。 注:由于更新过快难以同步,我们不同步pytorch-nightly, pytorch-nightly-cpu, ignite-nightly这三个包。

channels:
  - defaults
show_channel_urls: true
default_channels:
  - http://mirrors.aliyun.com/anaconda/pkgs/main
  - http://mirrors.aliyun.com/anaconda/pkgs/r
  - http://mirrors.aliyun.com/anaconda/pkgs/msys2
custom_channels:
  conda-forge: http://mirrors.aliyun.com/anaconda/cloud
  msys2: http://mirrors.aliyun.com/anaconda/cloud
  bioconda: http://mirrors.aliyun.com/anaconda/cloud
  menpo: http://mirrors.aliyun.com/anaconda/cloud
  pytorch: http://mirrors.aliyun.com/anaconda/cloud
  simpleitk: http://mirrors.aliyun.com/anaconda/cloud

即可添加 Anaconda Python 免费仓库。 配置完成可运行 conda clean -i 清除索引缓存。 Miniconda 安装包可以到 http://mirrors.aliyun.com/anaconda/miniconda/ 下载。

Anacnoda镜像详情地址:https://developer.aliyun.com/mirror/anaconda

转载请注明:文章转载自 www.mshxw.com
本文地址:https://www.mshxw.com/it/581040.html
我们一直用心在做
关于我们 文章归档 网站地图 联系我们

版权所有 (c)2021-2022 MSHXW.COM

ICP备案号:晋ICP备2021003244-6号