我在~/.pypirc
文件中添加了一个索引服务器,如下所示:
[distutils]
index-servers = example
[example]
repository: https://example.com/simple/
username: someplaintextusername
password: someplaintextpw
但是,我不能安装一个肯定在example
索引服务器上的包。现在,我想检查pip是否真的在pypirc
文件中注意到了该服务器。
我可以让pip
列出所有可用的索引服务器吗?
edit:对于我试图解决的问题,似乎~/config/pip/pip.config
是我应该编辑的文件。但我的问题还是一样。
pip自己的config list
命令应该至少能为您提供一些信息:
path/to/pythonX.Y -m pip config list