74 words
1 minute
[Python]poetry 가상환경
2024-06-13
2026-01-09

poetry 초기 설정하기#

프로젝트 폴더 내부에 가상환경을 생성하는 config 설정

Terminal window
poetry config virtualenvs.in-project true
poetry config virtualenvs.path "./.venv"
# 인터프리터가 나오지 않을 경우 아래 명령어로 인터프리터 위치를 탐색
which python
[Python]poetry 가상환경
https://yjinheon.netlify.app/posts/01programming/python/python-poetry/
Author
Datamind
Published at
2024-06-13
License
CC BY-NC-SA 4.0