pip 使用阿里源

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

pip install numpy==1.24.3 -i https://mirrors.aliyun.com/pypi/simple

你可能感兴趣的:(python,pip,linux,运维)