Hacker News new | ask | show | jobs
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.

1 comments

I don't think that works if the private packages depend on public ones, which is quite likely.
You are completely correct. I neglected to mention that we mirror/cache the dependencies we need in our private index.