pipenv no longer installed a version of python that isn't available in the list of pyenv versions #4305
Labels
Category: CLI
Issue relates to the CLI
PR: reviewed
The PR related to this issue has been reviewed.
Priority: High
This item is high priority and should be resolved quickly.
Type: Bug 🐛
This issue is a bug.
Milestone
One of the changes in c23e57b introduced a bug in pipenv which prevents pyenv from installing a version that isn't present in pyenv
Issue description
If the version specified in the Pipfile isn't present in pyenv, it install that version into pyenv, this no longer happens during interactive sessions.
Expected result
pyenv installs the python version specified in the Pipfile
Actual result
pipenv doesn't invoke pyenv to install the specified version
Steps to replicate
run
pipenv install
with a Pipfile that specifies a version of python that isn't present in list of pyenvThe text was updated successfully, but these errors were encountered: