Poetry: Difference between revisions
From YM2149.org
Jump to navigationJump to search
(Created page with "* as with many so-called modern tools, solutions take a back seat to gloss ** composability also suffers * recommends installing to a venv (makes sense) but you must not activate that venv ** this violates the principle of least astonishment, especially when poetry then installs app requirements into its own venv Category:Programming") |
No edit summary |
||
Line 1: | Line 1: | ||
* as with many so-called modern tools, solutions take a back seat to gloss | * as with many so-called modern tools, solutions take a back seat to gloss | ||
** composability also suffers | ** composability also suffers | ||
* | * recommended install of poetry itself is to a venv (makes sense) but you must not activate that venv | ||
** this violates the principle of least astonishment, especially when poetry then installs app requirements into its own venv | ** this violates the principle of least astonishment, especially when poetry then breezily installs app requirements into its own venv | ||
[[Category:Programming]] | [[Category:Programming]] |
Revision as of 16:35, 6 February 2025
- as with many so-called modern tools, solutions take a back seat to gloss
- composability also suffers
- recommended install of poetry itself is to a venv (makes sense) but you must not activate that venv
- this violates the principle of least astonishment, especially when poetry then breezily installs app requirements into its own venv