当前位置:网站首页>Anaconda configuring the mirror source
Anaconda configuring the mirror source
2022-06-13 05:17:00 【Ape code_ xiao】
Anaconda Image usage help
Anaconda It's a scientific calculation Python Distribution version , Support Linux, Mac, Windows, It contains many popular scientific calculations 、 Data analysis Python package .
Anaconda The installation package can go to https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/ download .
TUNA It also provides Anaconda Warehouse and third party sources (conda-forge、msys2、pytorch etc. , Check out the full list ) Mirror image , Each system can modify the user directory .condarc file .Windows The user cannot directly create a file named .condarc The file of , You can do it first conda config --set show_channel_urls yes After generating the file, modify .
notes : Because the update is too fast to synchronize , We're out of sync pytorch-nightly, pytorch-nightly-cpu, ignite-nightly These three bags .
channels:
- defaults
show_channel_urls: true
default_channels:
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/r
- 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
pytorch-lts: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud
simpleitk: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud
You can add Anaconda Python Free warehouse .
function conda clean -i Clear index cache , Make sure you use the index provided by the mirror station .
function conda create -n myenv numpy Test it .
Miniconda Image usage help
Miniconda It's a Anaconda A lightweight alternative to , The default only includes python and conda, But it can go through pip and conda To install the required packages .
Miniconda The installation package can go to https://mirrors.tuna.tsinghua.edu.cn/anaconda/miniconda/ download .
Other three sources
about conda The other three sources of , If necessary, please modify anaconda.py file , And submit pull request, We will consider many factors to increase or decrease .
边栏推荐
- metaRTC4.0稳定版发布
- Metartc4.0 integrated ffmpeg compilation
- 关于匿名内部类
- Ruoyi cloud startup tutorial (hand-held graphics)
- List collection concurrent modification exception
- Chapter 2 process management
- MySQL installation, architecture and management
- Interpretation of QT keypressevent
- 1.2 differences caused by keywords
- Detailed explanation of R language sparse matrix
猜你喜欢
Wampserver (MySQL) installation
UNO
Chapter 18 pagination: Introduction
priority inversion problem
MySQL built-in functions
Case - grade sorting - TreeSet set storage
File descriptorfile description
Small project - household income and expenditure software (1)
MySQL table data modification
Mysql database crud operation
随机推荐
Std:: map insert details
QT interface rendering style
Case - traversing the directory (file class & recursive call)
QT using layout manager is invalid or abnormal
Mysql database crud operation
C language learning log 1.22
OpenCV中的saturate操作(饱和操作)究竟是怎么回事
Understanding inode
Spread your wings and soar
QT brushes and brushes
Case -- the HashSet set stores the student object and traverses
[multi thread programming] the future interface obtains thread execution result data
KVM virtualization management tool
MySQL log management and master-slave replication
redis
[thread / multithread] execution sequence of threads
Customer information management system - C language
MySQL transactions and foreign keys
[multithreading] thread pool core class -threadpoolexecutor
Clause 34: lambda is preferred over std:: bind