Unanswered
Is There A Way To Set Precedence On Package Managers? If We Set An Agent To Use
The tl;dr is that some of our users like poetry and others prefer pip . Since pip install git+.... stores the git data, it seems trivial to first try and install based on pip , and only later on poetry , since the pip would crash with poetry as it stores git data elsewhere (in poetry.lock )
294 Views
0
Answers
3 years ago
2 years ago