Matt Davis

Results 768 comments of Matt Davis

Fix is in the main branch, will cut a release sometime (soon) this week.

Just cut pipenv `2022.10.4` -- should address this issue.

Can this be rechecked on latest `pipenv`? I believe it is no longer an issue.

> This change seems to be purely adding functionality to the internal pip API, but not using those changes for any user-visible feature The user-viable feature would be to allow...

That master issue report https://github.com/pypa/pip/issues/3121 is locked so open discussions cannot be had.

@pfmoore Thanks again for your reply and I can definitely see you have thought a lot about pip internals in general. I am going to respond now to some of...

Hmmm, well the patched directory is primarily about pip I believe, so maybe our template needs to have a different message about changes to that directory. Anyway thanks for your...

@PythonCoderAS I noticed you are trying with an older version of pipenv, could you check again with `pipenv==2021.11.23`?

@PythonCoderAS It worked just fine for me ... what is the difference here? ``` mdavis@matt-VirtualBox:~/pipenv-4900$ pipenv --version pipenv, version 2021.11.23 mdavis@matt-VirtualBox:~/pipenv-4900$ pipenv install Creating a virtualenv for this project... Pipfile:...

I don't really understand the use case of changing to the directory to issue the pipenv command, because the virtualenv is based off the working directory and that is also...