![[Python] Python 및 VScode 설치(with. Jupyter Notebook, Google Colab)](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FbCIEQA%2FbtsL3fR9OtC%2FiAdaxk6VpSBkB16OlhU8C1%2Fimg.png)
1. Python 설치1) 사용하는 OS에 맞는 설치 파일 다운https://www.python.org/downloads/ Download PythonThe official home of the Python Programming Languagewww.python.org2) 설치 파일 실행 및 Python 설치python3 & pip3macOS와 같이 일부 컴퓨터의 경우 Python 2.x 버전이 기본적으로 설치되어 있는 경우도 있음Python 3.x 버전을 추가로 설치하면 python이나 pip 명령이 Python 2.x 버전으로 수행됨-> python3나 pip3 명령으로 사용해야 Python 3.x 버전으로 수행됨 3) Python 버전 확인 및 실행# 버전 확인python3 --version# Py..
![[Terraform] awscli, terraform 설치 및 VSC(Visual Studio Code) 연동](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FbKhmwU%2FbtsHtRt7HGI%2FKqBWAZn5exPTjo0VJk71T1%2Fimg.png)
1. awscli 설치더보기sudo apt-get install python3-php 더보기sudo pip3 install awscli 2. Terraform 설치gnupg : 데이터와 통신의 암호화와 서명을 위해 사용되는 무료 소프트웨어software-properties-common : 소프트웨어 저장소와 관련된 유틸리티들을 포함한 패키지더보기sudo apt-get install -y gnupg \software-properties-common 1) Hashicorp의 GPG 키 다운2) 다운로드한 키를 바이너리 형식으로 변환3) 변환된 키를 '/usr/share/keyrings/hashicorp-arvchive-keyring.gpg' 파일에 저장4) 저장된 키의 지문을 출력하여 키가 올바르게 저..