pew-org/pew

pipenv shell spawns CMD.exe instead of powershell when run in powershell

Closed this issue · 3 comments

The closed issue in pipenv suggests that this is a bug in pew

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?

@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

Ok, seems to be fixed in 11.6 - thanks!