diff --git a/pipenv/utils.py b/pipenv/utils.py index 4bc3fb5a..84a80bd0 100644 --- a/pipenv/utils.py +++ b/pipenv/utils.py @@ -542,7 +542,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 = []