Unable to install AWS Elastic Beanstalk CLI (Win10, Python 3.6, Pip 9.0.1)

后端 未结 9 1992
予麋鹿
予麋鹿 2021-01-01 12:19

I am trying to install awsebcli on my machine and I am unable to run the command

eb --version

It shows this error:

\'eb\' is not         


        
9条回答
  •  天命终不由人
    2021-01-01 12:58

    If you are here and it is still not working you need (this possibly is since the new update)... you need to add the following in your Windows Environment variable path:

    %USERPROFILE%\AppData\Local\Programs\Python\Python37-32\Scripts\
    

提交回复
热议问题