Poetry

From YM2149.org
Revision as of 16:34, 6 February 2025 by Andrzej (talk | contribs) (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")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
  • 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