파이썬 가상환경 폴더 만들기

박서현·2023년 8월 7일
0
post-thumbnail
post-custom-banner

가상환경 : 라이브러리를 담아두는 폴더

1. vs code 파이썬 파일 실행

2. 터미널에서 파이썬 파일 실행

3. 터미널에 입력

python -m venv venv


venv 폴더 생성 확인

4. 인터프리터 변경


venv로 변경

5. 새터미널 열기


아래에 (venv) 뜨는지 확인
pip install 을 하면 venv 가상환경 안에 깔린다.

post-custom-banner

0개의 댓글