From ae118c7389b9bc68c82c77349a92afb1e3d15b44 Mon Sep 17 00:00:00 2001 From: Tzu-ping Chung Date: Fri, 8 Jun 2018 11:26:56 +0800 Subject: [PATCH] I want to remove this --- pipenv/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipenv/core.py b/pipenv/core.py index d9d86d6550..6aaf51e53d 100644 --- a/pipenv/core.py +++ b/pipenv/core.py @@ -117,7 +117,7 @@ def spinner(): def which(command, location=None, allow_global=False): if not allow_global and location is None: - location = project.virtualenv_location or os.environ.get('VIRTUAL_ENV') + location = project.virtualenv_location if not allow_global: if os.name == 'nt': p = find_windows_executable(