Gangmax Blog

pip: Set Multiple Index URLs

From here and here.

Please following the following file content to set multiple index URLs in “~/.pip/pip.conf”.

1
2
3
4
5
6
[list]
format=columns
[global]
index-url = https://pypi.testsite.com/simple
extra-index-url= https://pypi.org/simple
https://artifacts.testsite.com/artifactory/api/pypi/pypi-repos/simple

Comments