赞
踩
清华源地址:
https://pypi.tuna.tsinghua.edu.cn/simple
阿里源地址:
https://mirrors.aliyun.com/pypi/simple
官方源地址:
https://pypi.python.org/simple
使用 pip 安装模块时使用 -i 就可以指定自己想要的下载地址进行下载:
pip install tensorflow-gpu==2.0.0 -i https://mirrors.aliyun.com/pypi/simple
使用PyCharm时可以将仓库地址改成国内的源地址!
.condarc 是 conda 应用程序的配置文件,在用户目录下(windows:C:\\users\\username\\,linux:/home/username/)。
查看配置:
conda config --show-sources
查看源:
conda
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。