본문 바로가기
Tip

맥북에 aws cli 설치하기

by chuckolet 2019. 3. 6.

Introduction

공식 튜토리얼가면 

1
pip3 install awscli --upgrade --user
cs

위의 코드처럼 pip를 이용해서 설치하라고 하는데 --user가 없으면 Libarary/Python 폴더 쪽에서 권한이 없다고 설치도 안되고
--user 붙이면 설치는 되는데 계속 aws 명령어 인식을 못했습니다. 

계속 안돼서 분노하고 있던 중 

1
brew install awscli
cs

brew로 하니까 한 번에 설치가 되는거 아닙니까...

하... 어려운 리눅스의 세계...



References

AWS CLI 설치하기

https://docs.aws.amazon.com/cli/latest/userguide/install-macos.html#awscli-install-osx-pip

제 글이 도움이 되셨다면 간단하게 '공감', '댓글' 부탁드립니다!



댓글