728x90
https://github.com/aws/aws-elastic-beanstalk-cli-setup
1. Elastic Beanstalk CLI Installer 레포지토리를 클론
git clone https://github.com/aws/aws-elastic-beanstalk-cli-setup.git
2.Install/Upgrade the EB CLI
python ./aws-elastic-beanstalk-cli-setup/scripts/ebcli_installer.py
설치 성공 후에는 CLI 실행 파일을 PATH에 추가하는 명령어가 제공되므로 그것도 실행해준다. (On Linux and macOS, the output contains instructions to add the EB CLI (and Python) executable file to the shell's $PATH variable, if it isn't already in it.)
하지만 python 에러로 설치 할 수 없어서 임시방편으로 brew로 설치
brew install awsebcli
- The AWS Elastic Beanstalk team has no control over how brew operates.
- The brew install ... mechanism doesn't solve the problem of dependency conflicts, which is a primary goal of this project.
라며 사용을 지양하네요.
반응형
'[YERIEL] 개발일기 > .etc' 카테고리의 다른 글
[C언어] 베이스볼게임 만들기 (2) | 2021.05.13 |
---|---|
jQurey - Ajax (0) | 2020.03.31 |
jQuery - json Ajax (0) | 2020.03.31 |
jQuery - Html Ajax (0) | 2020.03.31 |
객체 편집 메서드 실습 (0) | 2020.03.31 |
댓글