# AWS CLI
pip install awscli --upgrade --user
# Elastic Beanstalk CLI
pip install awsebcli --upgrade --user
# for if show these error File association not found for extension .py
assoc .py=py_auto_file
ftype py_auto_file="C:\Anaconda\python.exe" "%1" %*