清华镜像
pip install tensorflow==1.8 -i https://pypi.tuna.tsinghua.edu.cn/simple

豆瓣镜像
pip install --index-url https://pypi.douban.com/simple tensorflow

阿里云镜像
pip install --index-url https://mirrors.aliyun.com/pypi/simple/ tensorflow

-i 即 --index-url

 

手动下载源

 

多源

pip install package_name -i https://mirror1.example.com/simple/ -i https://mirror2.example.com/simple/

 

 

 

 

 

 

参考资料:

pip源管理:如何配置多个源以优化Python包安装_pipconfig 设置多个源-CSDN博客