Matt Davis

Results 776 comments of Matt Davis

@sanspareilsmyn I think I have it solved in my open PR that fixes a number of issues -- if either of you or @Semnodime can check out this branch: https://github.com/pypa/pipenv/pull/6282...

I am not sure I fully understand the issue report, but it sounds like the expectation is that the project Pipfile includes 3 git repositories, one of which has another...

Analysis for Issue #6264: ## Analysis of Pipenv Issue #6264 **1. Summary of the Problem:** The issue highlights two problems with Pipenv's recommended installation command: * **Outdated Practices:** The command...

@DaWe35 what version of pipenv are you running? Technically by calling `pipenv install` you are invoking a Locking phase initially. If you wanted to install directly from the lock file...

> I was very upset about pipenv not using the python version configured with pyenv. Ok well that is another indicator you probably weren't on the latest release. I released...

It does not matter the order of pipenv and pyenv install, but it is true that it will often prefer system python over pyenv or asdf -- unless you specify...