Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View ajaychinthapalli's full-sized avatar
:octocat:

Ajay Chinthapalli ajaychinthapalli

:octocat:
View GitHub Profile

pip Repository Configuration for Enterprise

Add the following lines to your user's or system's pip configuration file pip.conf:

[global]
index = https://enterprise.mycompany.com/repository/pypi
index-url = https://enterprise.mycompany.com/repository/pypi/simple

Afterwards you can confirm that pip3 is reading your file by running the following command.