diff --git a/pipenv/cli.py b/pipenv/cli.py index 838a9808..64d753be 100644 --- a/pipenv/cli.py +++ b/pipenv/cli.py @@ -381,7 +381,7 @@ def ensure_python(three=None, python=None): USING_DEFAULT_PYTHON = (three is None and not python) # Load the PIPENV_DEFAULT_PYTHON_VERSION. - if PIPENV_DEFAULT_PYTHON_VERSION and three is None: + if PIPENV_DEFAULT_PYTHON_VERSION and three is None and python is None: python = PIPENV_DEFAULT_PYTHON_VERSION # Find out which python is desired.