TIL: Loading .env files with uv run ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ !https://daniel.feldroy.com/posts/til-2025-09-env-files-with-uv-run Date: September 29, 2025 Image: TIL: Loading .env files with uv run — Replacing python-dotenv with uv TIL: Loading .env files with uv run Replacing python-dotenv with uv https://daniel.feldroy.com · daniel.feldroy.com I smell a dependency to python-dotenv dying in my workflow. I originally read the title of the post and thought, “I know how to manage .env and almost skipped it”. I’m leaning more and more on uv run these days, so this should just go in my [[ just file ]] to make it easy to run.