Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- nuxtjs/auth
- Qt Designer
- IAM
- dbeaver
- awscli
- iterm
- AWS
- MAC
- vue
- 터미널
- pgAdmin
- Pomy
- pomodoro
- element-ui
- zshrc
- vue.js
- PSequel
- browsed-based
- PyQt5
- oh-my-zsh
- pip3
- 문서화의 중요성
- vue-design
- iview
- Tomato One
- Roboto Mono
- ant design vue
- nuxt
- Be Focused
- dbglass
Archives
- Today
- Total
목록pip3 (1)
개발노트
Mac에서 awscli 설치하고 키 생성하기
Amazon 매뉴얼(https://docs.aws.amazon.com/ko_kr/cli/latest/userguide/install-cliv1.html)에서는 이 명령으로 설치하라고 한다. pip3 install awscli --upgrade --user 설치는 잘 되는데 막상 aws --version 실행하면 command not found가 뜬다. 구글링하니 그냥 brew로 설치하면 된다고... brew install awscli 잘 됨. 이제 키 생성 aws ec2 create-key-pair --key-name MyKeyPair --query 'KeyMaterial' --output text > MyKeyPair.pem 방금 생성한 MyKeyPair.pem 파일을 aws에서 쓰기 위해서는 퍼미션을..
Dev-General
2019. 12. 14. 17:32