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?

gefragt vor einem Jahr364 Aufrufe
1 Antwort
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
EXPERTE
beantwortet vor einem Jahr

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen