본문 바로가기
Python

[Python] Windows에서 Python 설치

by doozzuri 2023. 9. 4.
반응형

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

 

Download Python

The official home of the Python Programming Language

www.python.org

 

2. Looking for a specific release 에서 버전 선택해서 Download

- ex.  python3.8.6 > https://www.python.org/downloads/release/python-386 으로 접속해서 download도 가능.

 

3.  Files > Version 선택 후 다운로드 

4.  실행 > Add Python 3.8 to PATH 체크(자동 환경변수 설정) > Customize installation > Next

 

5. Advanced Options - Customize install location - C:\Python38 > Install 

 

6. Close

반응형