Skip to content

Instantly share code, notes, and snippets.

@timvw
Created February 27, 2024 09:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timvw/350bcb2be77cd3eee51b7ebfe602d0a6 to your computer and use it in GitHub Desktop.
Save timvw/350bcb2be77cd3eee51b7ebfe602d0a6 to your computer and use it in GitHub Desktop.
Directory quickstart (using direnv)
PYENV_VERSION=3.9.15
VIRTUAL_ENV=.venv
AWS_PROFILE=xxx
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