Created
March 11, 2026 14:57
-
-
Save rponte/6240ad698a360408de1aaa615c784a2b to your computer and use it in GitHub Desktop.
Python | Exporting .env variables via bash
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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