pipenv shell spawns CMD.exe instead of powershell when run in powershell
kimvais opened this issue · 3 comments
kimvais commented
The closed issue in pipenv suggests that this is a bug in pew
berdario commented
Is it possible that with the changes in #177 (sorry, release not out yet) this might not be an issue anymore? (I suspect that pipenv might've called out pew via cmd
on Windows, which might explain this issue)
@erinxocon do you already know what's the root cause?
I really plan to get the release out ASAP, but work has been busy lately, and family is now visiting... maybe tonight before sleep?
techalchemy commented
@berdario @kimvais I have no idea if this is even a problem in pew, but I fixed it in pipenv with this commit: pypa/pipenv@2dc06d4 by calling pew.workon_cmd
directly instead of using a subprocess call
kimvais commented
Ok, seems to be fixed in 11.6 - thanks!