Skip to content

pipenv no longer installed a version of python that isn't available in the list of pyenv versions #4305

@philjc

Description

@philjc

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 pyenv

Metadata

Metadata

Assignees

No one assigned

    Labels

    Category: CLIIssue relates to the CLIPR: reviewedThe PR related to this issue has been reviewed.Priority: HighThis item is high priority and should be resolved quickly.Type: Bug 🐛This issue is a bug.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions