Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- SpringBatch 스키마
- Docker Windows 설치
- springbatch chunk
- step 테이블
- react Page
- react quill custom
- react jsx if
- spring security
- Spring DTO
- react
- javascript 기초
- JPA Insert
- javascript 함수
- Spring Entity
- javascrpit 기초
- react forwardRef
- react link
- Javascript
- Spring CORS
- JPA Update\
- spring builder
- 텍스트가 많은 경우
- editor Quill
- Spring JPA
- 코드 중복제거
- spring
- springbatch
- Spring Controller return
- react react-router-dom v6
- react Quill
Archives
- Today
- Total
천천히 알아보는 코딩공부
Python 파이썬 vscode 설정 본문
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