천천히 알아보는 코딩공부

Python 파이썬 vscode 설정 본문

Python/기초

Python 파이썬 vscode 설정

고기고기물고기 2022. 6. 16. 14:30

1. 파이썬 설치

https://www.python.org/downloads/windows/

 

 

Python Releases for Windows

The official home of the Python Programming Language

www.python.org

 

아래 Add Python.3.7 to PATH 체크 후 설치

 

체크 못하고 설치할경우 파이썬 설치 경로에 환경변수 설정해주세요!

 

시스템변수 Path 에

 

보통 경로는

C:\Users\계정명\AppData\Local\Programs\Python\Python310

C:\Users\계정명\AppData\Local\Programs\Python\Python310\Scripts 를 설정해주세요

 

2. vsCode 설치

https://code.visualstudio.com/Download

 

Download Visual Studio Code - Mac, Linux, Windows

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

code.visualstudio.com

 

vsCode 실행 후 Python을 설치해주세요!!

 

 

'Python > 기초' 카테고리의 다른 글

Python - 문자열 자르기 (substring, slicing)  (0) 2022.06.29
Python Selenium 설치  (0) 2022.06.20
Comments