Skip to content

Instantly share code, notes, and snippets.

View SteveFromAccounting's full-sized avatar

Stephen Yankovich SteveFromAccounting

  • 48.2000° N, 16.3667° E
View GitHub Profile
@ozooxo
ozooxo / install.md
Last active August 2, 2021 17:44
Install LocalStack (Mac)
pip install --user localstack
brew install nose

Modify ~/.zshrc to add

export PATH="/Users/cynthia/Library/Python/3.6/bin:${PATH}"