Replies: 2 comments 2 replies
-
I agree that you should not use We had a discussion about the |
Beta Was this translation helpful? Give feedback.
-
|
I had an idea for |
Beta Was this translation helpful? Give feedback.
-
I agree that you should not use We had a discussion about the |
Beta Was this translation helpful? Give feedback.
-
|
I had an idea for |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello there.
I worked in several positions of "developer efficiency" in the various companies I worked for, and this role includes a fair amount of Python support to developers. One of the errors I encountered the most is developers messing up their poetry install with
poetry self update. I think this command made sense when Poetry was installed with the install script, but nowadays, most Python setups I see have Poetry installed through an external package manager (pipx mostly, sometimes brew, I guess nix could be one), and troubles almost systematically ensue when developers runpoetry self update.If deleting it is not an option, at least an error message offering an option to bypass the protection would be very nice.
In the same way that what pip does with its
EXTERNALLY-MANAGED/--break-system-packagesoption.Beta Was this translation helpful? Give feedback.
All reactions