각종에러
zsh: command not found: eb
개발롬
2023. 3. 12. 23:19
eb cli 를 설치하고 환경변수에 경로를 넣고 reinstall 도 해도 계속
eb --version
>> zsh: command not found: eb
가 뜬다.
pip install awsebcli --force-reinstall --upgrade
하니까 해결~!