Pip源的查看和配置

来自姬鸿昌的知识库
Jihongchang讨论 | 贡献2022年9月7日 (三) 06:49的版本 (建立内容为“<syntaxhighlight lang="powershell"> E:\record\2022\9\7>pip config list E:\record\2022\9\7>pip config set global.index-url https://mirrors.aliyun.com/pypi/simple/…”的新页面)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳到导航 跳到搜索
E:\record\2022\9\7>pip config list

E:\record\2022\9\7>pip config set global.index-url https://mirrors.aliyun.com/pypi/simple/
Writing to C:\Users\Administrator\AppData\Roaming\pip\pip.ini

E:\record\2022\9\7>pip config list
global.index-url='https://mirrors.aliyun.com/pypi/simple/'