Elektrine lite

← Feed

@webology@mastodon.social

Post #2626915

2025-07-07 17:36 UTC

@minkiu@mastodon.social @treyhunner@mastodon.social UV is only one recent part of my DX experience, but that workflow might work well for you. It doesn't for me, because I'm juggling containers where an .env will not be exposed locally because they aren't in production. I will use Compose's .env-file support because it works for non-Python apps. I try to set things up so they run the same in or out of containers and across both Python and non-Python apps.

Replies (2)

  • @minkiu@mastodon.social 2025-07-07 17:44

    @webology@mastodon.social gotcha! Thanks for humouring me 😀 @treyhunner@mastodon.social

    Open ##2626916

  • @offby1@wandering.shop 2025-07-07 18:02

    @webology@mastodon.social @minkiu@mastodon.social This is a huge one for me; if I only ever developed in modern Python projects, "uv" might be enough, but that's not hte case for me. Moreover, even in those, I like that for example emacs will respect the direnv environment and use it for all project tools in the path. @treyhunner@mastodon.social

    Open ##2626917