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?

preguntada hace un año364 visualizaciones
1 Respuesta
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
EXPERTO
respondido hace un año

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas