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을 설치해주세요!!