conda豆瓣镜像源
时间: 2023-10-15 19:25:17 浏览: 550
豆瓣镜像, 豆瓣镜像源,用于python包安装指定下载源网站
conda豆瓣镜像源是指使用豆瓣提供的镜像源来加速conda包的下载和安装。你可以通过在命令行中使用以下命令来设置conda豆瓣镜像源:
conda config --add channels https://pypi.douban.com/simple/
这个命令会将豆瓣镜像源添加到conda的配置文件中,从而使得在使用conda安装包时可以从豆瓣镜像源中获取。<span class="em">1</span><span class="em">2</span><span class="em">3</span>
#### 引用[.reference_title]
- *1* *2* [【python | pip 镜像源】pip使用豆瓣镜像源](https://blog.csdn.net/pingyufeng/article/details/126187186)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_2"}}] [.reference_item style="max-width: 50%"]
- *3* [conda常用操作和配置镜像源](https://blog.csdn.net/qq128252/article/details/127064929)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_2"}}] [.reference_item style="max-width: 50%"]
[ .reference_list ]
阅读全文