Comment on Show HN: PyDist – Private Python Package HostingparentComments−alexbeckerOP7yYes, you can use --index-url.I assume you're referring to how --extra-index-url means that pip will randomly choose which index to try to install from, potentially installing a public package by the same name instead of your private package?
Comments
Yes, you can use --index-url.
I assume you're referring to how --extra-index-url means that pip will randomly choose which index to try to install from, potentially installing a public package by the same name instead of your private package?