Install the EB CLI on macOS

Install the EB CLI with Homebrew

1. brew install awsebcli

Install Python, pip, and the EB CLI on macOS

1. Download and install Python 3.4 from the downloads page of Python.org.

2. Install pip with the script provided by the Python Packaging Authority.

    a. curl -O https://bootstrap.pypa.io/get-pip.py
    b. python3 get-pip.py --user

3. Use pip to install the EB CLI.

   a. pip3 install awsebcli --upgrade --user

4. Verify that the EB CLI is installed correctly.

   a. eb --version

Comments