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/'