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?

질문됨 일 년 전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
전문가
답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠