본문 바로가기


카테고리 없음

파이썬 가상환경 설치

by worldforest 2025. 7. 29.

https://www.python.org/downloads/release/python-3110/

 

Python Release Python 3.11.0

The official home of the Python Programming Language

www.python.org

 

원하는 파이썬 버전 설치

 

설치할 때 꼭 아래 항목 체크

✅ Add Python 3.11 to PATH

 


원하는 버전의 python으로 가상환경 생성

py -3.11 -m venv venv

 

 

가상환경 활성화

venv\Scripts\activate

 

requirements.txt 설치

pip install -r requirements.txt

 

 

가상환경 비활성화

deactivate
반응형

댓글