Skip to content

Instantly share code, notes, and snippets.

@rponte
Created March 11, 2026 14:57
Show Gist options
  • Select an option

  • Save rponte/6240ad698a360408de1aaa615c784a2b to your computer and use it in GitHub Desktop.

Select an option

Save rponte/6240ad698a360408de1aaa615c784a2b to your computer and use it in GitHub Desktop.
Python | Exporting .env variables via bash
export $(cat .env | xargs) && uv run main.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment