当前位置:网站首页>如何设置pip安装的国内源
如何设置pip安装的国内源
2022-08-11 05:14:00 【LateLinux】
国内PIP安装源
永久设置
- 用户目录下新建一个“.pip”目录
- 在目录下新建一个pip.conf文件
[email protected]:/$ cd ~
[email protected]:~$ mkdir .pip
[email protected]:~$ cd .pip/
[email protected]:~/.pip$ sudo nano pip.conf
[global]
index-url = https://pypi.tuna.tsinghua.edu.cn/simple
# https://pypi.mirrors.ustc.edu.cn/simple/
# http://pypi.mirrors.ustc.edu.cn/simple/
# http://mirrors.aliyun.com/pypi/simple/
# http://pypi.douban.com/simple/
边栏推荐
- Some common mysql entry exercises
- 2022 building welder (building a special type of work) examination questions and simulation test
- Flask框架学习:模板渲染与Get,Post请求
- PCIe 接口 引脚定义 一览表
- 切分字符串进行输出显示
- 一个月闭关直接面进大厂,这份Android面试笔记是真的牛逼
- for循环使用多线程优化
- Linux中安装redis
- The most complete installation tutorial of Pytorch (one step)
- (二)性能实时监控平台搭建(Grafana+Prometheus+Jmeter)
猜你喜欢
Flask框架学习:模板渲染与Get,Post请求
Weekly recommended short video: your commonly used Polaroid, its predecessor turned out to be like this!
Delphi7 learning record - demo example
nodes服务器
pip 国内源下载
一个月闭关直接面进大厂,这份Android面试笔记是真的牛逼
(3) How Redis performs stress testing
HAVE FUN | "SOFA Planet" spacecraft plan, the latest progress of source code analysis activities
Idea essential skills to improve work efficiency
Unity WebGL RuntimeError: integer overflow
随机推荐
ESP8266 教程3 — 通过TCP组建局域网并通信
ARM结构体系4:嵌入式硬件平台接口开发
(3) Construction of a real-time performance monitoring platform (Grafana+Prometheus+Node_explorer+Jmeter)
@Resource和@Autowired的区别
ARM Architecture 4: Embedded Hardware Platform Interface Development
Redis中RDB和AOF的区别
【嵌入式开源库】使用J-Link打印日志,让你节省一个打印串口
一、Jmeter环境部署
oracle tablespace and user creation
Delphi7 learning record - demo example
LeetCode刷题Top100之两数之和
CentOS7静默安装Oracle11g_转载
元宇宙社交应用,靠什么吸引用户「为爱发电」?
imx6 yocto编译备忘
Difference between @Resource and @Autowired
搭建PX4开发环境
flaks框架学习:在 URL 中添加变量
prometheus:(二)监控概述(你永远逃不出我的手掌哈哈)
(二)Docker安装Redis实战(持久化AOF和RDB快照)
redis连接idea