-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
feat(config)!: prefer active python by default #9786
feat(config)!: prefer active python by default #9786
Conversation
I was actually considering if we could remove that option or invert it so that one can choose to use system Python instead of the active one. That seems more instinctive behaviour than what we have currently |
I wouldn't remove it, but inverting the default would be fine (But I'm biased here, because that's the config I change first in an new installation ;) |
Well, we could take advantage of the fact that we are making a breaking release and change that to |
I'm fine with renaming, but I think |
I am fine with |
357ca04
to
5bc9251
Compare
5e8829e
to
a4d7a98
Compare
a4d7a98
to
02a3a4f
Compare
Deploy preview for website ready! ✅ Preview Built with commit a57ee6c. |
df7869e
to
7def964
Compare
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
From now on Poetry prefers the currently active Python by default. To restore the old behavior the option
virtualenvs.use-poetry-python
was introduced and must be set totrue
(default:false
).virtualenvs.prefer-active-python
is removed as an option.