pip信任镜像源的命令
时间: 2023-10-07 17:11:21 浏览: 198
要让pip信任镜像源,可以使用以下命令进行配置:
pip config set install.trusted-host hostname
其中,`hostname`是你所信任的镜像服务器的域名地址。可以将以上命令中的`hostname`替换为你想要信任的镜像服务器地址。例如,如果你想信任清华大学的镜像服务器,可以使用以下命令:
pip config set install.trusted-host pypi.tuna.tsinghua.edu.***<span class="em">1</span><span class="em">2</span><span class="em">3</span>
#### 引用[.reference_title]
- *1* *2* *3* [【无标题】Python包管理必备--pip命令&设置镜像源](https://blog.csdn.net/kebu12345678/article/details/126457115)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_2"}}] [.reference_item style="max-width: 100%"]
[ .reference_list ]
阅读全文