[Django]-Eb : The term 'eb' is not recognized as the name of a cmdlet, function, script file, or operable program

4👍

You have to install awsebcli to be able to use the eb CLI command.

python3 -m pip install awsebcli

More info regarding installation:

Leave a comment