diff --git a/pipenv/utils.py b/pipenv/utils.py index 03f2740a..e7e8d0b2 100644 --- a/pipenv/utils.py +++ b/pipenv/utils.py @@ -535,7 +535,7 @@ def resolve_deps(deps, which, which_pip, project, sources=None, verbose=False, p markers_lookup = {} python_path = which('python', allow_global=allow_global) - backup_python_path = shellquote(sys.executable) + backup_python_path = sys.executable results = []