You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've got a scenario where I need Poetry to have been installed using Python 3.12, because I'm using https://github.com/DavidVujic/python-polylith and that installs a Poetry plugin that I need to run under 3.12 for specific syntax reasons.
My .python-version is set to 3.12 and pyenv loads python correctly as 3.12 now, but Poetry was installed either previously to that, or as part of a different repo's .tool-versions that also wanted the same Poetry version but had a 3.11.python-version
I mean, I can just uninstall/reinstall Poetry, but that feels inelegant and this feels like the sort of thing where I want to be able to set .tool-versions for this. Ideally I want to be able to both have 3.11 and 3.12 Poetry versions (with the same Poetry version even) installed at the same time and stuff to do the right thing based on what folder I'm in.
Any thoughts?
The text was updated successfully, but these errors were encountered:
I've got a scenario where I need Poetry to have been installed using Python 3.12, because I'm using https://github.com/DavidVujic/python-polylith and that installs a Poetry plugin that I need to run under 3.12 for specific syntax reasons.
My
.python-version
is set to3.12
and pyenv loadspython
correctly as 3.12 now, but Poetry was installed either previously to that, or as part of a different repo's.tool-versions
that also wanted the same Poetry version but had a3.11
.python-version
I mean, I can just uninstall/reinstall Poetry, but that feels inelegant and this feels like the sort of thing where I want to be able to set
.tool-versions
for this. Ideally I want to be able to both have 3.11 and 3.12 Poetry versions (with the same Poetry version even) installed at the same time and stuff to do the right thing based on what folder I'm in.Any thoughts?
The text was updated successfully, but these errors were encountered: