mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-26 13:42:48 +00:00
helps for third-part anaconda repo
This commit is contained in:
parent
9873d75778
commit
2ea92494de
|
|
@ -22,3 +22,22 @@ conda config --set show_channel_urls yes
|
|||
运行 `conda install numpy` 测试一下吧。
|
||||
|
||||
|
||||
## Anaconda 三方源
|
||||
|
||||
当前tuna还维护了一些anaconda三方源。
|
||||
|
||||
### Conda Forge
|
||||
|
||||
```
|
||||
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/
|
||||
```
|
||||
|
||||
### msys2
|
||||
|
||||
```
|
||||
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/msys2/
|
||||
```
|
||||
|
||||
### 其他三方源
|
||||
|
||||
对于Anaconda的其他三方源,如有需要请在[https://github.com/tuna/issues/issues/112](这个issue)中提出请求,我们会综合考虑多方因素来酌情增减。
|
||||
|
|
|
|||
Loading…
Reference in New Issue