From a8554e5b1c69eb28e132ea631585c2a3183b77af Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 10 Mar 2018 08:42:34 -0500 Subject: [PATCH] @techalchemy --- pipenv/patched/pew/pew.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipenv/patched/pew/pew.py b/pipenv/patched/pew/pew.py index a6440919..cc4c756b 100644 --- a/pipenv/patched/pew/pew.py +++ b/pipenv/patched/pew/pew.py @@ -196,7 +196,7 @@ def shell(env, cwd=None): if shell_name not in ('Cmder', 'bash', 'elvish', 'powershell', 'klingon', 'cmd'): # On Windows the PATH is usually set with System Utility # so we won't worry about trying to check mistakes there - shell_check = (sys.executable + ' -c "from pipenv.patched.pew import ' + shell_check = (sys.executable + ' -c "from pipenv.patched.pew.pew import ' 'prevent_path_errors; prevent_path_errors()"') try: inve(env, shell, '-c', shell_check)