diff --git a/pipenv/routines/install.py b/pipenv/routines/install.py index a0ea02449..5d1e49195 100644 --- a/pipenv/routines/install.py +++ b/pipenv/routines/install.py @@ -665,9 +665,7 @@ def do_init( ): ensure_project( project, - python=python - or project.s.PIPENV_PYTHON - or project.s.PIPENV_DEFAULT_PYTHON_VERSION, + python=python, system=system, warn=True, deploy=deploy,