How do I install packages from separate private PyPIs?
Author: tuckedCreated Dec 6, 2023Updated Oct 30, 2024
LabelsType: Question :grey_question:Category: Private PyPIs :sunglasses:
I want to pipenv install
foo>1(and all its deps) from https://mypypi-1.combar>2(and all its deps) from https://mypypi-2.com
I've tried every sequence/combination of --pypi-mirror and --index I can't think of and can't get this to work.
Source: pypa/pipenv