-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Labels
Contributor CandidateThe issue has been identified/triaged and contributions are welcomed/encouraged.The issue has been identified/triaged and contributions are welcomed/encouraged.OS: WindowsThis issue affects the Windows Operating System.This issue affects the Windows Operating System.Windows
Description
Issue description
When I launch pipenv shell, it opens a different shell than the one I am running. I use windows and typically use either powershell or bash, with a strong preference for bash with my python projects. When I run pipenv shell it launchs cmd.exe. I've tried setting PYENV_SHELL_EXPLICIT, but that doesn't work.
Expected result
I expect that if a new subshell to be the same shell I'm currently running or the shell in PYENV_SHELL_EXPLICIT. It might be nice to have a pipenv activate/deactivate instead. I don't usually launch a new shell just to load my virtual environments. seem like a bit of overkill.
Actual result
It launches cmd.exe
Steps to replicate
launch git bash or powershell
cd to a folder with a pipfile
pipenv shell
voila, you're in cmd.
cderv, mikowiec and bitleader
Metadata
Metadata
Assignees
Labels
Contributor CandidateThe issue has been identified/triaged and contributions are welcomed/encouraged.The issue has been identified/triaged and contributions are welcomed/encouraged.OS: WindowsThis issue affects the Windows Operating System.This issue affects the Windows Operating System.Windows