본문 바로가기
Fruits/업무 자동화(Python)

[Python] 맥 가장 쉬운 파이썬 개발환경 구축 방법

by 그레이트 홍 2022. 12. 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

 

 

 

먼저 홈페이지에 들어가서 "Download Mac Universal" 버튼을 클릭하여 설치파일을 다운로드 해줍니다.

 

 

 

압축파일을 풀고, Visual Studio Code 설치를 진행해줍니다.

 

 

 

다운이 완료되었다면, extend(확장)창을 누르고 python을 검색하여 설치합니다.

 

 

 

 

이어서 한국어 개발환경을 세팅하기 위해, Korean을 검색하여 한국어 언어팩을 설치합니다.

 

 

 

여기까지 하면 파이썬 개발환경 구축 끝입니다.

 

 

반응형

댓글