Matt Davis

Results 600 comments of Matt Davis

> AFAIK there is no way to instruct pipenv to generate this line automatically when no Pipfile exists yet and you use pipenv install -r requirements.txt Not currently, but always...

Please open a PR -- until a PR is opened by someone, its hard to tell when a patch is provided, otherwise and the code may have gone stale from...

You need to add your Python location to the PATH.

Hmm, I am not sure @Sonnayya -- have you tried using git shell for windows? It is a well maintained Mingw64 shell, I use it and havent't had problems. Check:...

@Sonnayya Were you able to get this sorted out?

Please try with latest `pipenv==2023.5.19` where I totally refactored pythonfinder to a new major version and believe addressed many of these types of issues.

@turutcrane Yeah it would be good to open an issue if you are getting that stack trace -- I haven't seen the maximum recursion depth exceeded problem on windows (git...

> I suspect that this original bug may be related to virtualenv rather than pipenv. Specifically, when running it with msys2, it creates the virtual_env/bin directory instead of virtual_env/Scripts. I...

FWIW, I use Git Bash which under the hood uses MSYS2 according to the Task Manager, and I don't have this issue.