
使用pip install 的时候默认会去国外服务器下载,所以经常断开或者速度很慢.
只需要在原来的命令后加上-i https://mirrors.aliyun.com/pypi/simple即可直接从阿里源上安装.
pip install django==3.0.5 -i https://mirrors.aliyun.com/pypi/simple
欢迎分享,转载请注明来源:内存溢出

使用pip install 的时候默认会去国外服务器下载,所以经常断开或者速度很慢.
只需要在原来的命令后加上-i https://mirrors.aliyun.com/pypi/simple即可直接从阿里源上安装.
pip install django==3.0.5 -i https://mirrors.aliyun.com/pypi/simple
欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)