Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
philjc opened this issue Jun 2, 2020 · 2 comments
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.

Comments

@philjc
Copy link

philjc commented Jun 2, 2020

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

@techalchemy techalchemy added 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. labels Jun 2, 2020
@triage-new-issues triage-new-issues bot removed the triage label Jun 2, 2020
@techalchemy
Copy link
Member

Thanks for the report and for hunting down the fix for this!

@techalchemy techalchemy added this to the 2020.6.x bugfix release milestone Jun 2, 2020
@techalchemy
Copy link
Member

Fixed in c8a29ac - closing -- thanks again!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
None yet
Development

No branches or pull requests

2 participants