@techalchemy

This commit is contained in:
2018-03-10 08:42:34 -05:00
parent 7a7c244a7b
commit a8554e5b1c
+1 -1
View File
@@ -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)