From b38fb08159da62bdb04c87fd1faabf6dd229d19c Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 3 Jul 2018 11:35:23 -0400 Subject: [PATCH] oops --- pipenv/patched/crayons.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipenv/patched/crayons.py b/pipenv/patched/crayons.py index 41b74fa5..a77886c5 100644 --- a/pipenv/patched/crayons.py +++ b/pipenv/patched/crayons.py @@ -37,7 +37,7 @@ is_ipython = "get_ipython" in dir() try: is_powershell = "powershell" in shellingham.detect_shell()[0] except shellingham.ShellDetectionFailure: - pass + is_powershell = False if is_ipython or is_powershell: """when ipython is fired lot of variables like _oh, etc are used.