반응형

안녕하세요. Johncom 입니다.

오늘은 맥 OS 맥북에 Python 부터 VScode까지 설치하는 과정

간단하지만 처음 개발을 시작하는 분들을 위해 영상을 만들었습니다.

https://youtu.be/u4xUUBTER4I?si=SiXjfasy-_gtFA1k

영상 보신분들은 좋아요와 구독 간절히 부탁드립니다

"시간이 부족하면 아래 글 보고 설치 가능합니다."

 

 

1. 먼저 파이썬 사이트 접속 해주세요.

https://www.python.org/

 

Welcome to Python.org

The official home of the Python Programming Language

www.python.org

 

 

 

2. 맥 OS 눌러주세요.

설치된 파일을 설치하면 됩니다.

 

3. VS Code 설치

https://code.visualstudio.com/

 

Visual Studio Code - Code Editing. Redefined

Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications.  Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows.

code.visualstudio.com

 

4. 내려받은 ZIP파일을 압축 해제 후 실행 파일 실행

 

5. Python Extension을 설치

 

6. Shell 설치

 

7. Comman + ` 을 눌러서 Terminal을 열면 끝

반응형