Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2017-09-22 12:20:50 -04:00
parent 848a9f3069
commit 7ab93fb10c
-1
View File
@@ -380,7 +380,6 @@ def ensure_python(three=None, python=None):
path_to_python = None
USING_DEFAULT_PYTHON = (three is None and not python)
print(locals())
# Load the PIPENV_DEFAULT_PYTHON_VERSION.
if PIPENV_DEFAULT_PYTHON_VERSION and three is None and not python:
python = PIPENV_DEFAULT_PYTHON_VERSION