Elastic Beanstalk CLI not working

0

Hi, I've succesfully installed EBCLI on my local windows machine, but when I enter eb init I get

'eb' is not recognized as an internal or external command, operable program or batch file.

Can anyone help?

asked a year ago354 views
1 Answer
0

Some of the same answers are given here as well.
Most likely your Windows machine does not have the required PATH set.
https://stackoverflow.com/questions/41729006/unable-to-install-aws-elastic-beanstalk-cli-win10-python-3-6-pip-9-0-1

Have you completed the PATH setup as described in the following official documentation?
https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/eb-cli3-install-windows.html
The following PATH must be added to the environment variable.
Where it says "Python37", change it to the Python version on your machine.

%USERPROFILE%\AppData\roaming\Python\Python37\scripts
profile picture
EXPERT
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions