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

WIP: Fix pyenv local venv #8120

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

paultiplady
Copy link

The virtualenvs.prefer-active-python flag (originally added in #4852) is currently not working for me; instead of selecting the local env, I get the poetry venv.

This change resolves the problem for me.

FIXES: #8119

Pull Request Check List

Resolves: #8119

TODO:

  • Added tests for changed code.
  • Updated documentation for changed code.

The virtualenvs.prefer-active-python flag is currently not
working for me; instead of selecting the local env, I get they
poetry venv.

This change resolves the problem for me.

FIXES: python-poetry#8119
@Secrus Secrus marked this pull request as draft January 30, 2024 11:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

virtualenvs.prefer-active-python uses poetry's Python venv, not the active pyenv virtualenv
1 participant