diff --git a/pipenv/cli.py b/pipenv/cli.py index ebbf140a..9e9b8601 100644 --- a/pipenv/cli.py +++ b/pipenv/cli.py @@ -419,7 +419,7 @@ def ensure_python(three=None, python=None): ) # Prompt the user to continue... - if not PIPENV_YES or click.confirm(s, default=True): + if not (PIPENV_YES or click.confirm(s, default=True)): abort() else: