docker run --rm -p 4566:4566 -p 4571:4571 localstack/localstack
- Install
pip3.Reference: https://www.geeksforgeeks.org/how-to-install-pip-in-macos/
- Download
pip3.curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py - Execute the downloaded file.
python3 get-pip.py - Verify the installation
pip3 --version
- Download
- Install LocalStack using
pip3.- Get Python version used with
pip3.pip3 --version - Install LocalStack
pip3 install localstack - Edit .zprofile to set PATH to Python bin used by
pip3.export PATH=$PATH:/Users/xxxx/Library/Python/3.x/bin - Verify LocalStack installation
which localstack
- Get Python version used with
- Start LocalStack
localstack start