-
-
Save timvw/350bcb2be77cd3eee51b7ebfe602d0a6 to your computer and use it in GitHub Desktop.
Directory quickstart (using direnv)
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
| PYENV_VERSION=3.9.15 | |
| VIRTUAL_ENV=.venv | |
| AWS_PROFILE=xxx |
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
| dotenv_if_exists .env | |
| #aws sts get-caller-identity --query "Account" --output text --no-cli-pager &> /dev/null || aws sso login | |
| #eval $(aws configure export-credentials --format env) | |
| layout python |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment