-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
Category: CLIIssue relates to the CLIIssue relates to the CLIPR: reviewedThe PR related to this issue has been reviewed.The PR related to this issue has been reviewed.Priority: HighThis item is high priority and should be resolved quickly.This item is high priority and should be resolved quickly.Type: Bug 🐛This issue is a bug.This issue is a bug.
Milestone
Description
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
Labels
Category: CLIIssue relates to the CLIIssue relates to the CLIPR: reviewedThe PR related to this issue has been reviewed.The PR related to this issue has been reviewed.Priority: HighThis item is high priority and should be resolved quickly.This item is high priority and should be resolved quickly.Type: Bug 🐛This issue is a bug.This issue is a bug.