|
|
|
|
|
by failsecured
904 days ago
|
|
2 pip installs can trivially solve this issue and I use this at work. One pip install only for private packages using the --index-url (NOT --extra-index-url) and then the other pip install for public packages no index modifiers needed. |
|