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?

已提问 1 年前364 查看次数
1 回答
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
专家
已回答 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则