pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
相当于你以后安装库的时候都在清华源镜像中下。
永久配置镜像源,以后比如说你想装一个模块TensorFlow
pip install tensorflow
就直接在镜像源中下载了,下载速度很快。
python,pip配置镜像源(方便以后装别的库)
最新推荐文章于 2024-09-18 08:48:07 发布
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
相当于你以后安装库的时候都在清华源镜像中下。
永久配置镜像源,以后比如说你想装一个模块TensorFlow
pip install tensorflow
就直接在镜像源中下载了,下载速度很快。